diff --git a/renovate.json b/renovate.json index 8527f922..8e030d18 100644 --- a/renovate.json +++ b/renovate.json @@ -9,10 +9,14 @@ "*" ], "matchUpdateTypes": [ - "patch" + "major", + "minor" ], - "groupName": "all patch dependencies", - "groupSlug": "all-patch" + "groupName": "all dependencies", + "groupSlug": "all" } - ] + ], + "patch": { + "enabled": false + } }