From 28ab899f27abd570b4c66b014246d449e41c8231 Mon Sep 17 00:00:00 2001 From: uvmsci Date: Mon, 16 Jun 2025 11:32:42 +0200 Subject: [PATCH] build: adds reviewers through CODEOWNERS --- .github/CODEOWNERS | 1 + .github/dependabot.yml | 6 ------ 2 files changed, 1 insertion(+), 6 deletions(-) create mode 100644 .github/CODEOWNERS diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS new file mode 100644 index 0000000..1c64013 --- /dev/null +++ b/.github/CODEOWNERS @@ -0,0 +1 @@ +* @focusfish/uvmsdevs diff --git a/.github/dependabot.yml b/.github/dependabot.yml index ae591ee..f49ded6 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -5,21 +5,15 @@ updates: schedule: interval: "weekly" open-pull-requests-limit: 10 - reviewers: - - "FocusFish/uvmsdevs" - package-ecosystem: "pip" directory: "/" schedule: interval: "weekly" open-pull-requests-limit: 10 - reviewers: - - "FocusFish/uvmsdevs" - package-ecosystem: "github-actions" directory: "/" schedule: interval: "weekly" open-pull-requests-limit: 10 - reviewers: - - "FocusFish/uvmsdevs"