Skip to content

Commit

Permalink
Remove reviewers from Dependabot configuration. (#6604)
Browse files Browse the repository at this point in the history
The Dependabot PRs get assigned to mozilla-services/obs-team automatically
due to our branch protection rules, so we don't need a reviewer in the
Dependabot configuration. Moreover, the current configuration tried to
assign the PRs to https://github.com/obs-team, which is different from
https://github.com/orgs/mozilla-services/teams/obs-team.
  • Loading branch information
smarnach committed May 7, 2024
1 parent 9c507ff commit 99969cc
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,21 +5,15 @@ updates:
directory: "/"
schedule:
interval: "monthly"
reviewers:
- "obs-team"

- package-ecosystem: "docker"
directory: "/docker"
schedule:
interval: "monthly"
reviewers:
- "obs-team"

# Set update schedule for GitHub Actions
- package-ecosystem: "github-actions"
directory: "/"
schedule:
interval: "monthly"
reviewers:
- "obs-team"
rebase-strategy: "disabled"

0 comments on commit 99969cc

Please sign in to comment.