diff --git a/renovate.json b/renovate.json index dc763e8301e..79f3abcd51d 100644 --- a/renovate.json +++ b/renovate.json @@ -24,6 +24,15 @@ "matchManagers": ["github-actions"], "groupName": "github-actions deps" }, + { + "groupName": "all patch dependencies", + "matchPackagePatterns": [ + "*" + ], + "matchUpdateTypes": [ + "patch" + ] + }, { "matchManagers": ["gomod"], "matchUpdateTypes": ["minor", "major"]