Skip to content

Commit a425725

Browse files
authored
Configure Dependabot bundler updates and Ruby review routing (#1423)
2 parents 2935d90 + 176be3b commit a425725

2 files changed

Lines changed: 23 additions & 0 deletions

File tree

.github/CODEOWNERS

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
# Ruby dependency surface
2+
Gemfile* @wordpress-mobile/apps-infra-tooling
3+
.bundle/ @wordpress-mobile/apps-infra-tooling
4+
.rubocop*.yml @wordpress-mobile/apps-infra-tooling
5+
fastlane/ @wordpress-mobile/apps-infra-tooling
6+
7+
# CI and automation
8+
.buildkite/ @wordpress-mobile/apps-infra-tooling
9+
.github/dependabot.yml @wordpress-mobile/apps-infra-tooling
10+
11+
# Toolchain and environment pins
12+
.ruby-version @wordpress-mobile/apps-infra-tooling
13+
.xcode-version @wordpress-mobile/apps-infra-tooling

.github/dependabot.yml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
version: 2
2+
updates:
3+
- package-ecosystem: bundler
4+
directory: /
5+
schedule:
6+
interval: daily
7+
groups:
8+
ruby-minor-and-patch:
9+
update-types: [minor, patch]
10+
open-pull-requests-limit: 5

0 commit comments

Comments
 (0)