Skip to content

Commit 8785eb6

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 <noreply@anthropic.com>
1 parent 83610a9 commit 8785eb6

File tree

2 files changed

+3
-4
lines changed

2 files changed

+3
-4
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 & 4 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"

0 commit comments

Comments
 (0)