Skip to content

Commit

Permalink
chore: remove reviewers from dependabot configuration (#2932)
Browse files Browse the repository at this point in the history
  • Loading branch information
ldez committed Jun 21, 2022
1 parent 7fbb11c commit de7cc56
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions .github/dependabot.yml
Expand Up @@ -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"

0 comments on commit de7cc56

Please sign in to comment.