From 23bc044d78fb1eb9ae9ce4c0fe9b1ce9643d0711 Mon Sep 17 00:00:00 2001 From: Gio Lodi Date: Wed, 24 Jun 2026 12:17:53 +1000 Subject: [PATCH] Configure Ruby Dependabot routing Sets up daily grouped Bundler updates for `AINFRA-2437`. Routes the existing Apps Infra surface through `@Automattic/apps-infra-tooling` via CODEOWNERS. --- Generated with the help of Codex, https://openai.com/codex Co-Authored-By: Codex GPT-5 --- .github/CODEOWNERS | 13 +++++++++++++ .github/dependabot.yml | 10 ++++++++++ 2 files changed, 23 insertions(+) create mode 100644 .github/CODEOWNERS create mode 100644 .github/dependabot.yml diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS new file mode 100644 index 00000000..1da390c7 --- /dev/null +++ b/.github/CODEOWNERS @@ -0,0 +1,13 @@ +# Ruby dependency surface +Gemfile* @Automattic/apps-infra-tooling +.bundle/ @Automattic/apps-infra-tooling +.rubocop*.yml @Automattic/apps-infra-tooling +fastlane/ @Automattic/apps-infra-tooling + +# CI and automation +.buildkite/ @Automattic/apps-infra-tooling +.github/dependabot.yml @Automattic/apps-infra-tooling + +# Toolchain and environment pins +.ruby-version @Automattic/apps-infra-tooling +.xcode-version @Automattic/apps-infra-tooling diff --git a/.github/dependabot.yml b/.github/dependabot.yml new file mode 100644 index 00000000..9f15e073 --- /dev/null +++ b/.github/dependabot.yml @@ -0,0 +1,10 @@ +version: 2 +updates: + - package-ecosystem: bundler + directory: / + schedule: + interval: daily + groups: + ruby-minor-and-patch: + update-types: [minor, patch] + open-pull-requests-limit: 5