renovate: replace automerge with consolidation of patch and minor updates into single PR per dependency

This commit is contained in:
2026-03-03 11:08:56 -05:00
parent 96424b124c
commit 99ec607e6d

View File

@@ -15,10 +15,9 @@
], ],
"packageRules": [ "packageRules": [
{ {
"description": "Automerge patch updates", "description": "Consolidate patch and minor updates to one PR",
"matchUpdateTypes": ["patch"], "matchUpdateTypes": ["minor", "patch"],
"matchCurrentVersion": "!/^0/", "groupName": "all-minor-patch-updates"
"automerge": true
}, },
{ {
"description": "Rook Ceph - auto-update minor and patch versions only", "description": "Rook Ceph - auto-update minor and patch versions only",