From 0b35f3102e72885b8278a2ce9a788141f7d8985f Mon Sep 17 00:00:00 2001 From: Jeremy Wu Date: Fri, 30 Dec 2022 23:58:51 +1100 Subject: [PATCH] update winget action schedule interval to daily --- .github/dependabot.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index f56101312..d9b39eb89 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -18,4 +18,4 @@ updates: - package-ecosystem: "github-actions" directory: "/" schedule: - interval: "weekly" + interval: "daily"