From 36537d1137418aa72682dab285e8fac4da1a9556 Mon Sep 17 00:00:00 2001 From: Brian Koopman Date: Tue, 12 May 2026 09:55:55 -0400 Subject: [PATCH] Remove deprecated dependabot reviewers config Replaced with the CODEOWNERS file, as recommended in [1]. [1] - https://github.blog/changelog/2025-04-29-dependabot-reviewers-configuration-option-being-replaced-by-code-owners/ --- .github/CODEOWNERS | 3 +++ .github/dependabot.yml | 4 ---- 2 files changed, 3 insertions(+), 4 deletions(-) create mode 100644 .github/CODEOWNERS diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS new file mode 100644 index 00000000..4c54fc0f --- /dev/null +++ b/.github/CODEOWNERS @@ -0,0 +1,3 @@ +# Cover dependabot generated PRs +.github/** @BrianJKoopman +/docker/crossbar/Dockerfile @BrianJKoopman diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 150736cd..1edfb9cc 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -8,12 +8,8 @@ updates: directory: "/docker/crossbar/" schedule: interval: "daily" - reviewers: - - "BrianJKoopman" - package-ecosystem: "github-actions" directory: "/" schedule: interval: "daily" - reviewers: - - "BrianJKoopman"