Skip to content

Commit 90224bc

Browse files
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

File tree

.tituskirch-skills.json

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -29,10 +29,7 @@
2929
"timeout": 600
3030
},
3131
"mergeDeps": {
32-
"merge": false,
33-
"confirm": "major",
34-
"verify": "pnpm check",
35-
"cap": 5
32+
"merge": "grouped"
3633
},
3734
"pruneBranches": {
3835
"age": 90,

0 commit comments

Comments
 (0)