diff --git a/renovate.json b/renovate.json index 65c8d11..210a356 100644 --- a/renovate.json +++ b/renovate.json @@ -15,10 +15,9 @@ ], "packageRules": [ { - "description": "Automerge patch updates", - "matchUpdateTypes": ["patch"], - "matchCurrentVersion": "!/^0/", - "automerge": true + "description": "Consolidate patch and minor updates to one PR", + "matchUpdateTypes": ["minor", "patch"], + "groupName": "all-minor-patch-updates" }, { "description": "Rook Ceph - auto-update minor and patch versions only",