Add update-seeds to automated-commits
Summary:
This will allow us to automatically update seeds and detangle it from our release process.
Test Plan:
curl seederdump.bitframe.org/seeds_main.txt > ~/Downloads/seeds_main.txt curl seederdump.bitframe.org/seeds_test.txt > ~/Downloads/seeds_test.txt SEEDS_MAIN=~/Downloads/seeds_main.txt SEEDS_TEST=~/Downloads/seeds_test.txt COMMIT_TYPE=update-seeds ./automated-commits.sh # dry-run
Reviewers: #bitcoin_abc, Fabien
Reviewed By: #bitcoin_abc, Fabien
Subscribers: Fabien
Differential Revision: https://reviews.bitcoinabc.org/D5248