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