Auto update dependencies for web_ui. (flutter/engine#45754)

This is to autofix problems like: https://github.com/flutter/engine/security/dependabot

[C++, Objective-C, Java style guides]: https://github.com/flutter/engine/blob/main/CONTRIBUTING.md#style
This commit is contained in:
godofredoc 2023-09-13 12:06:56 -07:00 committed by GitHub
parent 0a381989a4
commit dfa389d822

View File

@ -15,3 +15,9 @@ updates:
# 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/pubspec.yaml"
schedule:
interval: "daily"
labels:
- "autosubmit"