diff --git a/renovate.json b/renovate.json index 861b5fb..0dd8616 100644 --- a/renovate.json +++ b/renovate.json @@ -4,9 +4,9 @@ "postUpdateOptions": ["gomodTidy"], "packageRules": [ { - "matchPackageNames": ["go"], - "matchManagers": ["gomod", "github-actions"], - "groupName": "go" + "matchDepNames": ["go"], + "groupName": "go", + "rangeStrategy": "bump" } ] }