From dfa389d8224ad498a7ce0d84dee769f7df60bb63 Mon Sep 17 00:00:00 2001 From: godofredoc Date: Wed, 13 Sep 2023 12:06:56 -0700 Subject: [PATCH] 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 --- engine/src/flutter/.github/dependabot.yml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/engine/src/flutter/.github/dependabot.yml b/engine/src/flutter/.github/dependabot.yml index 0edf47205bb..5010e1b1b24 100644 --- a/engine/src/flutter/.github/dependabot.yml +++ b/engine/src/flutter/.github/dependabot.yml @@ -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"