diff --git a/renovate.json5 b/renovate.json5 index 0dd006d..2645c7c 100644 --- a/renovate.json5 +++ b/renovate.json5 @@ -12,10 +12,10 @@ // separate patch from minor, and group all patch together "separateMinorPatch": true, - "patch": { - "groupName": "all patch updates", - "description": "Group and automerge all patch updates together" - }, + "packageRules": [{ + "matchUpdateTypes": ["patch"], + "groupName": "all patch updates" + }], // disable minor "minor": {