We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 2935d90 + 176be3b commit a425725Copy full SHA for a425725
2 files changed
.github/CODEOWNERS
@@ -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
@@ -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
0 commit comments