Skip to content

Commit 225c846

Browse files
authored
Use CODEOWNERS file as reviewers is deprecated
The [reviewers Dependabot configuration option is now deprecated][1], so as suggested we are now using a CODEOWNERS file to specify who gets notified about pull requests, instead. [1]: https://github.blog/changelog/2025-04-29-dependabot-reviewers-configuration-option-being-replaced-by-code-owners/
1 parent 924d1a1 commit 225c846

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

.github/CODEOWNERS

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
# These owners will be the default owners for everything in
2+
# the repo. Unless a later match takes precedence,
3+
# @global-owner1 and @global-owner2 will be requested for
4+
# review when someone opens a pull request.
5+
* @johnboyes

.github/dependabot.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,5 +18,3 @@ updates:
1818
labels:
1919
- "dependencies"
2020
- "patch"
21-
reviewers:
22-
- "johnboyes"

0 commit comments

Comments
 (0)