flutter/.github/dependabot.yml
Jenn Magder 152f160508
Swap bundler dependabot reviewers (#125333)
Remove myself as a the CocoaPods gem [dependabot](https://github.blog/2020-06-01-keep-all-your-packages-up-to-date-with-dependabot/) reviewer and add @christopherfujino and @vashworth instead for Ruby gem bumps:
3a436f47f5/dev/ci/mac/Gemfile

This is low traffic (one review every few months): https://github.com/flutter/flutter/pulls?q=is%3Apr+dependabot+cocoapods+is%3Aclosed

Note the last minor version was ignored https://github.com/flutter/flutter/pull/122051 due to https://github.com/flutter/flutter/issues/122057.

We have pretty good plugins/CocoaPods test coverage, so if that infra issue were fixed we should feel pretty safe about bumping this if all the tests pass.
2023-04-21 22:26:18 +00:00

41 lines
929 B
YAML

# See Dependabot documentation for all configuration options:
# https://help.github.com/github/administering-a-repository/configuration-options-for-dependency-updates
version: 2
updates:
- package-ecosystem: "bundler"
directory: "/dev/ci/mac"
schedule:
interval: "weekly"
reviewers:
- "christopherfujino"
- "vashworth"
- "keyonghan"
- "yusuf-goog"
labels:
- "team"
- "team: infra"
- "autosubmit"
- package-ecosystem: "docker"
directory: "/dev/ci/docker_linux"
schedule:
interval: "weekly"
reviewers:
- "keyonghan"
- "yusuf-goog"
- "christopherfujino"
labels:
- "team"
- "team: infra"
- "autosubmit"
- package-ecosystem: "github-actions"
directory: "/"
schedule:
interval: "daily"
reviewers:
- "godofredoc"
labels:
- "team"
- "team: infra"
- "autosubmit"