From 8785eb69b88650f57e4b15873375a498ad7b1e58 Mon Sep 17 00:00:00 2001 From: Gary Jones Date: Sun, 14 Dec 2025 13:04:21 +0000 Subject: [PATCH] chore: migrate dependabot reviewers to CODEOWNERS MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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 --- .github/CODEOWNERS | 3 +++ .github/dependabot.yml | 4 ---- 2 files changed, 3 insertions(+), 4 deletions(-) create mode 100644 .github/CODEOWNERS diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS new file mode 100644 index 0000000..3b8daef --- /dev/null +++ b/.github/CODEOWNERS @@ -0,0 +1,3 @@ +# The following teams will get auto-tagged for a review. +# See https://docs.github.com/en/repositories/managing-your-repositorys-settings-and-features/customizing-your-repository/about-code-owners +* @Automattic/vip-plugins diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 4ca0efe..d03f389 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -13,8 +13,6 @@ updates: patterns: ["*"] labels: - "dependencies" - reviewers: - - "Automattic/vip-plugins" commit-message: prefix: "Actions" include: "scope" @@ -37,8 +35,6 @@ updates: - "yoast/*" labels: - "dependencies" - reviewers: - - "Automattic/vip-plugins" commit-message: prefix: "Composer" include: "scope"