diff --git a/.github/renovate.json5 b/.github/renovate.json5 index 1661f789..3a8f847a 100644 --- a/.github/renovate.json5 +++ b/.github/renovate.json5 @@ -46,6 +46,20 @@ // one commit. "rebaseWhen": "behind-base-branch", + "packageRules": [ + { + "groupName": "all non-major dependencies", + "groupSlug": "all-minor-patch", + "matchPackagePatterns": [ + "*" + ], + "matchUpdateTypes": [ + "minor", + "patch" + ] + } + ], + /************************************************* *** Repository-specific configuration options *** *************************************************/