Skip to content

Commit 207c399

Browse files
jamesarichclaude
andcommitted
chore(renovate): automerge non-major dependency updates
Copy the automerge packageRules pattern from meshtastic/kzstd so green minor/patch/pin/digest PRs land without manual merges; major updates still require review. Closes part of #10. Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
1 parent 6fdc901 commit 207c399

1 file changed

Lines changed: 12 additions & 0 deletions

File tree

renovate.json

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,17 @@
22
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
33
"extends": [
44
"config:recommended"
5+
],
6+
"packageRules": [
7+
{
8+
"description": "Automerge non-major dependency updates",
9+
"matchUpdateTypes": ["minor", "patch", "pin", "digest"],
10+
"automerge": true
11+
},
12+
{
13+
"description": "Disable automerge for major updates",
14+
"matchUpdateTypes": ["major"],
15+
"automerge": false
16+
}
517
]
618
}

0 commit comments

Comments
 (0)