Skip to content

Commit abd6419

Browse files
authored
chore: update dependabot config
See: https://github.blog/changelog/2025-04-29-dependabot-reviewers-configuration-option-being-replaced-by-code-owners/ - remove reviewers from `dependabot.yml` - add `.github/CODEOWNERS`
1 parent cc1b529 commit abd6419

2 files changed

Lines changed: 7 additions & 4 deletions

File tree

.github/CODEOWNERS

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
# See: https://docs.github.com/en/repositories/managing-your-repositorys-settings-and-features/customizing-your-repository/about-code-owners
2+
3+
# Changes to any file require approval from @nl-design-system/kernteam-committer
4+
* @nl-design-system/kernteam-committer
5+
6+
# Changes to this file (.github/CODEOWNERS) require approval from @nl-design-system/kernteam-admin
7+
.github/CODEOWNERS @nl-design-system/kernteam-admin

.github/dependabot.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,6 @@ updates:
55
directory: "/"
66
schedule:
77
interval: "monthly"
8-
reviewers:
9-
- "nl-design-system/kernteam-dependabot"
108
- package-ecosystem: "npm"
119
directory: "/"
1210
schedule:
@@ -23,5 +21,3 @@ updates:
2321
- "version-update:semver-major"
2422
versioning-strategy: "increase-if-necessary"
2523
open-pull-requests-limit: 20
26-
reviewers:
27-
- "nl-design-system/kernteam-dependabot"

0 commit comments

Comments
 (0)