From 418f3c5aa1afd242fa64578633500a0c615e049d Mon Sep 17 00:00:00 2001 From: saudzahirr Date: Tue, 25 Aug 2026 15:52:51 +0500 Subject: [PATCH] Check dependencies monthly instead of weekly Also drops schedule.day: it only applies to a weekly interval, so it would be a dead key once the interval is monthly. Co-Authored-By: Claude Opus 5 (1M context) --- .github/dependabot.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 6a61862..f9ecf57 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -4,5 +4,4 @@ updates: - package-ecosystem: "github-actions" directory: "/" schedule: - interval: "weekly" - day: "friday" + interval: "monthly"