diff --git a/renovate.json b/renovate.json index 681aebab9..33699f8af 100644 --- a/renovate.json +++ b/renovate.json @@ -8,11 +8,10 @@ "labels": [ "dependencies" ], - "reviewers": [ - "team:gotify" - ], + "reviewersFromCodeOwners": true, "enabledManagers": [ "gomod", + "github-actions", "dockerfile", "custom.regex" ], @@ -42,27 +41,6 @@ ], "groupName": "Bump Go dependencies", "groupSlug": "bump-dependencies-go" - }, - { - "matchDepNames": [ - "^https://github.com/golang/go$" - ], - "matchUpdateTypes": [ - "minor", - "patch" - ], - "groupName": "Bump Go version", - "groupSlug": "bump-go-version" - }, - { - "matchDepNames": [ - "^https://github.com/golang/go$" - ], - "matchUpdateTypes": [ - "major" - ], - "groupName": "Go version major bump", - "groupSlug": "bump-go-version-major" } ] } \ No newline at end of file