mirror of
https://github.com/flutter/flutter.git
synced 2026-02-20 02:29:02 +08:00
Remove pubspec.yaml portion of directory. [C++, Objective-C, Java style guides]: https://github.com/flutter/engine/blob/main/CONTRIBUTING.md#style
24 lines
713 B
YAML
24 lines
713 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"
|
|
time: "22:00" # 10 PM MTV
|
|
timezone: "America/Los_Angeles"
|
|
labels:
|
|
- "autosubmit"
|
|
ignore:
|
|
# ignore patch versions, just rely on minor in order to update fewer times
|
|
- dependency-name: "github/codeql-action"
|
|
update-types: ["version-update:semver-minor"]
|
|
- package-ecosystem: "pub"
|
|
directory: "/lib/web_ui"
|
|
schedule:
|
|
interval: "daily"
|
|
labels:
|
|
- "autosubmit"
|