From ca8289d60e9bc3e35f787ed29463846d08663ac6 Mon Sep 17 00:00:00 2001 From: Tim Harder Date: Sun, 31 Dec 2023 23:27:22 -0700 Subject: [PATCH] ci: use weekly interval for dependabot gh action checks --- .github/dependabot.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 8ac6b8c..5ace460 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -3,4 +3,4 @@ updates: - package-ecosystem: "github-actions" directory: "/" schedule: - interval: "monthly" + interval: "weekly"