godofredoc 10b3a07310 Update dependabot.yml (flutter/engine#45788)
Remove pubspec.yaml portion of directory.

[C++, Objective-C, Java style guides]: https://github.com/flutter/engine/blob/main/CONTRIBUTING.md#style
2023-09-13 20:31:08 +00:00

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"