From 61c27e694813630e8d94a76f0773dd4636c8362c Mon Sep 17 00:00:00 2001 From: Martin Wimpress Date: Sat, 29 Jun 2024 22:30:14 +0100 Subject: [PATCH] ci: add pub to dependabot --- .github/dependabot.yml | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 19a064f..58bfe3d 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -3,5 +3,8 @@ updates: - package-ecosystem: "github-actions" directory: "/" schedule: - # Check for updates to GitHub Actions every week - interval: "weekly" \ No newline at end of file + interval: "weekly" + - package-ecosystem: "pub" + directory: "/" + schedule: + interval: "daily"