Skip to content

Commit 4fe7bb7

Browse files
committed
automation: remove reviewer configuration option for Dependabot
The reviewer configuration option will soon be removed as a valid option. See <https://github.blog/changelog/2025-04-29-dependabot-reviewers-configuration-option-being-replaced-by-code-owners/> for more information about the removal. A CODEOWNERS is used to replace the removed option.
1 parent 1ecf1b2 commit 4fe7bb7

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

.github/CODEOWNERS

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
# Set default rule for everything in the repository.
2+
* @striezel

.github/dependabot.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,11 +7,7 @@ updates:
77
directory: "/export-server"
88
schedule:
99
interval: "daily"
10-
reviewers:
11-
- "striezel"
1210
- package-ecosystem: "github-actions"
1311
directory: "/"
1412
schedule:
1513
interval: "weekly"
16-
reviewers:
17-
- "striezel"

0 commit comments

Comments
 (0)