From 0b2639e538d9afdda8140bfa9524e1cc7d9beb5e Mon Sep 17 00:00:00 2001 From: Kattni Date: Tue, 9 Dec 2025 21:48:46 -0500 Subject: [PATCH] Update schedule in dependabot.yml --- .github/dependabot.yml | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index ecbb02f..c35bb42 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -4,7 +4,6 @@ updates: - package-ecosystem: "github-actions" directory: "/" schedule: - # Check for updates on Sunday, 8PM UTC - interval: "weekly" - day: "sunday" - time: "20:00" + # Check for updates on the first Sunday of every month, 8PM UTC + interval: "cron" + cronjob: "0 20 * * sun#1"