Skip to content

Commit d5e6424

Browse files
emilyoramclaude
andcommitted
ci: auto-merge patch updates as well as minor
Patch updates are the safest update class but were queuing for manual merge under the minor-only automerge rule. Extend the Renovate automerge rule to patch + minor (on stable maintenance branches patch is the only allowed update type, so those PRs now automerge too). CI remains the gate: Renovate only merges when checks are green. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
1 parent f71131c commit d5e6424

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/renovate.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,8 @@
2525
"enabled": false
2626
},
2727
{
28-
"description": "Auto-merge minor updates once CI is green.",
29-
"matchUpdateTypes": ["minor"],
28+
"description": "Auto-merge minor and patch updates once CI is green.",
29+
"matchUpdateTypes": ["minor", "patch"],
3030
"automerge": true
3131
}
3232
],

0 commit comments

Comments
 (0)