diff --git a/.github/renovate.json5 b/.github/renovate.json5 index 3a8f847a..dc1c7448 100644 --- a/.github/renovate.json5 +++ b/.github/renovate.json5 @@ -48,13 +48,12 @@ "packageRules": [ { - "groupName": "all non-major dependencies", - "groupSlug": "all-minor-patch", + "groupName": "all patch dependencies", + "groupSlug": "all-patch", "matchPackagePatterns": [ "*" ], "matchUpdateTypes": [ - "minor", "patch" ] }