diff --git a/renovate.json b/renovate.json index 861b5fb49a16d5f5af8f401ac072cb3c3eaa2779..0dd8616eaefe982f96f50da8c796a47dd66b5ded 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" } ] }