Skip to content

Commit 047451e

Browse files
GaryJonesclaude
andcommitted
chore: migrate dependabot reviewers to CODEOWNERS
Move reviewer configuration from dependabot.yml to CODEOWNERS file per GitHub's recommended approach. This allows the same reviewers to be automatically assigned for all PRs, not just Dependabot ones. See: https://github.com/dependabot/codeowner-migration-action 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 <[email protected]>
1 parent 3d9b4a9 commit 047451e

File tree

2 files changed

+3
-6
lines changed

2 files changed

+3
-6
lines changed

.github/CODEOWNERS

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
# The following teams will get auto-tagged for a review.
2+
# See https://docs.github.com/en/repositories/managing-your-repositorys-settings-and-features/customizing-your-repository/about-code-owners
3+
* @Automattic/vip-plugins

.github/dependabot.yml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,6 @@ updates:
1313
patterns: ["*"]
1414
labels:
1515
- "dependencies"
16-
reviewers:
17-
- "Automattic/vip-plugins"
1816
commit-message:
1917
prefix: "Actions"
2018
include: "scope"
@@ -37,8 +35,6 @@ updates:
3735
- "yoast/*"
3836
labels:
3937
- "dependencies"
40-
reviewers:
41-
- "Automattic/vip-plugins"
4238
commit-message:
4339
prefix: "Composer"
4440
include: "scope"
@@ -59,8 +55,6 @@ updates:
5955
- "@types/*"
6056
labels:
6157
- "dependencies"
62-
reviewers:
63-
- "Automattic/vip-plugins"
6458
commit-message:
6559
prefix: "npm"
6660
include: "scope"

0 commit comments

Comments
 (0)