diff --git a/.github/renovate.json b/.github/renovate.json index a618e41e..3e50b142 100644 --- a/.github/renovate.json +++ b/.github/renovate.json @@ -21,6 +21,11 @@ } ], "packageRules": [ + { + "matchUpdateTypes": ["digest", "pinDigest"], + "groupName": "all non-major dependencies", + "groupSlug": "all-minor-patch" + }, { "matchManagers": ["github-actions"], "addLabels": ["area: github actions"]