chore: remove reviewers from dependabot configuration (#2932)

This commit is contained in:
Ludovic Fernandez 2022-06-21 13:45:33 +02:00 committed by GitHub
parent 7fbb11ca37
commit de7cc56ef6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -9,29 +9,19 @@ updates:
ignore:
# ignore forked linters because of their versioning issues. TODO: fix it.
- dependency-name: "github.com/golangci/*"
reviewers:
- "golangci/team"
- package-ecosystem: github-actions
directory: "/"
schedule:
interval: weekly
reviewers:
- "golangci/team"
- package-ecosystem: docker
directory: "/build"
schedule:
interval: weekly
reviewers:
- "golangci/team"
- package-ecosystem: gomod
directory: "/scripts/gen_github_action_config"
schedule:
interval: weekly
reviewers:
- "golangci/team"
- package-ecosystem: npm
directory: "/docs"
schedule:
interval: monthly
reviewers:
- "golangci/team"