From 2cba8e6b9bcdc060dfccc5a8af2f3fe1a13e0a95 Mon Sep 17 00:00:00 2001 From: Sven Marnach Date: Tue, 7 May 2024 16:01:13 +0200 Subject: [PATCH] Remove reviewers from Dependabot configuration. 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. --- .github/dependabot.yml | 6 ------ 1 file changed, 6 deletions(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 84adb830..d0af34aa 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -5,16 +5,12 @@ updates: directory: "/" schedule: interval: "monthly" - reviewers: - - "obs-team" rebase-strategy: "disabled" - package-ecosystem: "docker" directory: "/docker" schedule: interval: "monthly" - reviewers: - - "obs-team" rebase-strategy: "disabled" # Set update schedule for GitHub Actions @@ -22,6 +18,4 @@ updates: directory: "/" schedule: interval: "monthly" - reviewers: - - "obs-team" rebase-strategy: "disabled"