mirror of
https://github.com/flutter/flutter.git
synced 2026-02-20 02:29:02 +08:00
Closes https://github.com/flutter/flutter/issues/168513. See @stuartmorgan-g's comments here, which seem solid to me: https://github.com/flutter/flutter/issues/168513#issuecomment-2866610972. --------- Co-authored-by: Kate Lovett <katelovett@google.com>
24 lines
686 B
YAML
24 lines
686 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: "github-actions"
|
|
directory: "/"
|
|
schedule:
|
|
interval: "weekly"
|
|
groups:
|
|
all-github-actions:
|
|
patterns: [ "*" ]
|
|
reviewers:
|
|
- "christopherfujino"
|
|
- "jmagman"
|
|
labels:
|
|
- "team-infra"
|
|
- "autosubmit"
|
|
# Updating patch versions for "github-actions" is too chatty.
|
|
# See https://github.com/flutter/flutter/issues/158350.
|
|
ignore:
|
|
- dependency-name: "*"
|
|
update-types: ["version-update:semver-patch"]
|