flutter/.github/dependabot.yml
Jenn Magder 5a663e6ef8
Update dependabot reviewers (#148101)
Update dependabot reviewers.
2024-05-09 19:59:27 -07:00

42 lines
945 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"
- "jmagman"
- "keyonghan"
labels:
- "team"
- "team-infra"
- "autosubmit"
- package-ecosystem: "docker"
directory: "/dev/ci/docker_linux"
schedule:
interval: "weekly"
reviewers:
- "christopherfujino"
- "jmagman"
- "keyonghan"
labels:
- "team"
- "team-infra"
- "autosubmit"
- package-ecosystem: "github-actions"
directory: "/"
schedule:
interval: "daily"
reviewers:
- "christopherfujino"
- "jmagman"
- "keyonghan"
labels:
- "team"
- "team-infra"
- "autosubmit"