From 8e5c297cf215c4cf80cd0836b57c24a46002b85a Mon Sep 17 00:00:00 2001 From: Bryce Boe Date: Sat, 1 Aug 2026 08:46:53 -0700 Subject: [PATCH] Run Dependabot daily Non-major updates now auto-merge, so there is no reason to batch them monthly. Grouping and the one-day cooldown are unchanged. --- .github/dependabot.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index e2fb0ec..4d901a8 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -3,7 +3,7 @@ updates: - package-ecosystem: github-actions directory: / schedule: - interval: monthly + interval: daily labels: - "Dependencies" cooldown: