From f552591d71dfc28998fb1b6f2561b4296817b55c Mon Sep 17 00:00:00 2001 From: Lovisa Berggren Date: Wed, 25 Jun 2025 10:43:19 +0100 Subject: [PATCH] CLOUDP-327328: Replace dependabot reviewers with codeowners --- .github/CODEOWNERS | 4 +++- .github/dependabot.yml | 6 ------ 2 files changed, 3 insertions(+), 7 deletions(-) diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS index f3b4abd801..6f86abafac 100644 --- a/.github/CODEOWNERS +++ b/.github/CODEOWNERS @@ -1,2 +1,4 @@ # Maintained by the APIx team -* @mongodb/apix +* @mongodb/apix +/tools/cli/ @mongodb/apix-2 +/tools/spectral/ipa/ @mongodb/apix1 diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 381bd12131..871c71e66a 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -8,8 +8,6 @@ updates: open-pull-requests-limit: 20 commit-message: prefix: "chore" - reviewers: - - "mongodb/apix-2" - package-ecosystem: github-actions directory: "/" schedule: @@ -17,8 +15,6 @@ updates: day: tuesday commit-message: prefix: "chore" - reviewers: - - "mongodb/apix-2" - package-ecosystem: npm directory: "/" schedule: @@ -26,5 +22,3 @@ updates: day: tuesday commit-message: prefix: "chore" - reviewers: - - "mongodb/APIx"