From 5cb3b3a90aad79d290e83d5d2dadb326cbf76da2 Mon Sep 17 00:00:00 2001 From: yubiuser Date: Sat, 3 May 2025 20:13:15 +0200 Subject: [PATCH] Use CODEOWNERS instead of deprecated dependbot/reviewers Signed-off-by: yubiuser --- .github/CODEOWNERS | 5 +++++ .github/dependabot.yml | 6 ------ 2 files changed, 5 insertions(+), 6 deletions(-) create mode 100644 .github/CODEOWNERS diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS new file mode 100644 index 0000000..f320a89 --- /dev/null +++ b/.github/CODEOWNERS @@ -0,0 +1,5 @@ +# see https://docs.github.com/en/repositories/managing-your-repositorys-settings-and-features/customizing-your-repository/about-code-owners#codeowners-syntax + +# These owners will be the default owners for everything in +# the repo. Unless a later match takes precedence, +* @pi-hole/docker-maintainers" diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 4f6e07c..ce9b428 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -8,8 +8,6 @@ updates: day: saturday time: "10:00" target-branch: development - reviewers: - - "pi-hole/docker-maintainers" - package-ecosystem: "docker" directory: "/src/" schedule: @@ -17,8 +15,6 @@ updates: day: saturday time: "10:00" target-branch: development - reviewers: - - "pi-hole/docker-maintainers" - package-ecosystem: pip directory: "/test" schedule: @@ -27,5 +23,3 @@ updates: time: "10:00" open-pull-requests-limit: 10 target-branch: development - reviewers: - - "pi-hole/docker-maintainers"