From 5e53b84436916da0ff54b7ec454c64150a041b4a Mon Sep 17 00:00:00 2001 From: Kattni Date: Tue, 9 Dec 2025 21:10:30 -0500 Subject: [PATCH] Set cron back to first Sunday This was meant to be temporary. --- .github/dependabot.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 4c82603..a08e426 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -5,7 +5,7 @@ multi-ecosystem-groups: schedule: # Check for updates on the first Sunday of every month, 8PM UTC interval: "cron" - cronjob: "0 20 * * sun#2" + cronjob: "0 20 * * sun#1" updates: - package-ecosystem: "github-actions"