diff --git a/renovate.json b/renovate.json index 8c9ad3587503..8cc2c41669da 100644 --- a/renovate.json +++ b/renovate.json @@ -3,9 +3,22 @@ "extends": ["config:recommended"], "automergeStrategy": "squash", "automergeType": "pr", - "separateMinorPatch": true, - "separateMajorMinor": true, "packageRules": [ + { + "matchCurrentVersion": "< 1.0.0", + "separateMinorPatch": true, + "patch": { + "groupName": "all non-breaking updates", + "groupSlug": "non-breaking" + } + }, + { + "matchCurrentVersion": ">= 1.0.0", + "minor": { + "groupName": "all non-breaking updates", + "groupSlug": "non-breaking" + } + }, { "groupName": "npm", "matchDatasources": ["npm"]