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"