Script for automating merging dozen dependabot pull requests.
How it works:
- Run
update-dependencies foo bar baz
- It'll create a branch from
master
calledupdate-dependencies-year-month-day
- It'll merge
foo
,bar
, andbaz
into that branch - If something does wrong it'll show you the git error and the command you can run to continue merging after you have fixed the error
- It'll push the branch to GitHub so CI can run
- Install
rust
- Install this with
cargo install --force --git https://github.com/tonsser/update-dependencies.git