From c6aecb00312196f0a4ff836c634a443f1f98e786 Mon Sep 17 00:00:00 2001 From: Jonas Bushart Date: Thu, 28 Aug 2025 00:23:23 +0200 Subject: [PATCH] Update the dependabot schedule Run weekly update checks now that actions are pinned by hash instead of major version tag. --- .github/dependabot.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 4eb1d53..92c44a8 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -8,4 +8,4 @@ updates: - package-ecosystem: "github-actions" directory: "/" schedule: - interval: "monthly" + interval: "weekly"