Commit fb50bf3
committed
chore(ci): auto-merge Dependabot patch-level bumps
Add a workflow that auto-merges Dependabot PRs classified as
`version-update:semver-patch`. Minor and major updates still
require human review — those are the ones that realistically
carry breaking-change risk (Spring 4.x, Jedis 7.x, etc.).
Merge is gated by `--auto`, which waits for the repo's required
status checks (CI + CodeQL) to pass before completing. Without
the branch protection recently added on main, this wouldn't be
safe — a failing patch bump would merge immediately.
Reduces the weekly Dependabot manual-merge grind without opening
a hole for anything higher-risk than a point release.1 parent 300a1c5 commit fb50bf3
1 file changed
Lines changed: 23 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
0 commit comments