Skip to content

Commit 0a3de81

Browse files
authored
Use CODEOWNERS instead of dependabot reviewers (#98)
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.
1 parent 36b6686 commit 0a3de81

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

.github/CODEOWNERS

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
* @jenkinsci/gitlab-api-plugin-developers

.github/dependabot.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,6 @@ updates:
44
directory: /
55
schedule:
66
interval: weekly
7-
reviewers:
8-
- "jetersen"
97
- package-ecosystem: github-actions
108
directory: /
119
schedule:

0 commit comments

Comments
 (0)