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"