Commit 90224bc
committed
chore: opt into grouped dependabot merges
merge was false, so merge-deps could only ever triage and report. What a
merge actually rests on here is the verify gate, not CI — a Dependabot PR
into an integration branch often triggers nothing relevant — and this
repo's gate covers it. Grouped minor+patch updates may now merge on the
standing opt-in; majors still wait for a human, since confirm defaults to
"major".
Drops verify, confirm and cap from the block. All three restated a
default: mergeDeps.verify falls back to the root verify key and was
byte-identical to it, confirm defaults to "major", cap to 5. A restated
default carries no information and can only drift away from the thing it
copied.1 parent 2d16bc2 commit 90224bc
1 file changed
Lines changed: 1 addition & 4 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
29 | 29 | | |
30 | 30 | | |
31 | 31 | | |
32 | | - | |
33 | | - | |
34 | | - | |
35 | | - | |
| 32 | + | |
36 | 33 | | |
37 | 34 | | |
38 | 35 | | |
| |||
0 commit comments