diff --git a/renovate.json b/renovate.json index ecc5ef82..ef60a4f5 100644 --- a/renovate.json +++ b/renovate.json @@ -9,5 +9,14 @@ "commitMessagePrefix": "chore(deps): ", "postUpdateOptions": [ "gomodTidy" + ], + "packageRules": [ + { + "groupName": "all dependencies", + "groupSlug": "all", + "matchPackagePatterns": [ + "*" + ] + } ] }