From 7dbdcc7d2dc4ef78f0d044e4aa2b1a17f1822df0 Mon Sep 17 00:00:00 2001 From: Godofredo Contreras Date: Tue, 12 Sep 2023 19:50:58 -0700 Subject: [PATCH] Auto update dependencies for web_ui. This is to autofix problems like: https://github.com/flutter/engine/security/dependabot --- .github/dependabot.yml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 0edf47205bbe7..5010e1b1b248a 100644 --- a/.github/dependabot.yml +++ b/.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"