From 7007f83a6e26de133f4761d55559ffef86af38c7 Mon Sep 17 00:00:00 2001 From: Mark Waite Date: Tue, 6 May 2025 12:46:17 -0600 Subject: [PATCH] Use CODEOWNERS instead of dependabot reviewers Dependabot is now posting this comment as a warning: > The reviewers field in the dependabot.yml file will be removed > soon. Please use the code owners file to specify reviewers for Dependabot > PRs. For more information, see this blog post. > > https://github.blog/changelog/2025-04-29-dependabot-reviewers-configuration-option-being-replaced-by-code-owners/ Resolve that warning by replacing the reviewers entry in dependabot with a CODEOWNERS file. --- .github/CODEOWNERS | 1 + .github/dependabot.yml | 2 -- 2 files changed, 1 insertion(+), 2 deletions(-) create mode 100644 .github/CODEOWNERS diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS new file mode 100644 index 0000000..50a727c --- /dev/null +++ b/.github/CODEOWNERS @@ -0,0 +1 @@ +* @jenkinsci/gitlab-api-plugin-developers diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 39481f6..9abc29d 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -4,8 +4,6 @@ updates: directory: / schedule: interval: weekly - reviewers: - - "jetersen" - package-ecosystem: github-actions directory: / schedule: