From 583aac1d2340dd4155cf7f532709ac0db000ad88 Mon Sep 17 00:00:00 2001 From: Gio Lodi Date: Tue, 2 Jun 2026 16:28:01 +1000 Subject: [PATCH 1/3] Add CODEOWNERS routing Dependabot Ruby PRs to apps-infra-tooling --- .github/CODEOWNERS | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS index f9368377acaa..efcbf63a222e 100644 --- a/.github/CODEOWNERS +++ b/.github/CODEOWNERS @@ -1,2 +1,8 @@ # Dependabot /gradle/libs.versions.toml @wordpress-mobile/android-developers + +# Route Dependabot Ruby dependency PRs to the tooling team. See AINFRA-2437. +Gemfile* @wordpress-mobile/apps-infra-tooling +.ruby-version @wordpress-mobile/apps-infra-tooling +.bundle/ @wordpress-mobile/apps-infra-tooling +.rubocop*.yml @wordpress-mobile/apps-infra-tooling From fcaaccc2018220aeca6c54609522d1db95c99b76 Mon Sep 17 00:00:00 2001 From: Gio Lodi Date: Tue, 2 Jun 2026 16:28:03 +1000 Subject: [PATCH 2/3] Drop retired Dependabot reviewers key (routing now via CODEOWNERS) --- .github/dependabot.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 425e0f8f5556..bfec9d9d6e45 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -60,6 +60,4 @@ updates: groups: ruby-minor-and-patch: update-types: [minor, patch] - reviewers: - - "wordpress-mobile/apps-infra-tooling" open-pull-requests-limit: 5 From 3f3ae94b52aac0a071234954cab629f712e7bd4b Mon Sep 17 00:00:00 2001 From: Gio Lodi Date: Tue, 2 Jun 2026 17:16:56 +1000 Subject: [PATCH 3/3] Drop self-explanatory header comment from CODEOWNERS --- .github/CODEOWNERS | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS index efcbf63a222e..9e129e700e4f 100644 --- a/.github/CODEOWNERS +++ b/.github/CODEOWNERS @@ -1,7 +1,6 @@ # Dependabot /gradle/libs.versions.toml @wordpress-mobile/android-developers -# Route Dependabot Ruby dependency PRs to the tooling team. See AINFRA-2437. Gemfile* @wordpress-mobile/apps-infra-tooling .ruby-version @wordpress-mobile/apps-infra-tooling .bundle/ @wordpress-mobile/apps-infra-tooling