From 45a26e453847cb37dff309fef2eb37f84325193c Mon Sep 17 00:00:00 2001 From: saudzahirr Date: Tue, 25 Aug 2026 15:50:47 +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 | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index fc0011c..0d6d314 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -3,14 +3,12 @@ updates: - package-ecosystem: "github-actions" directory: "/" schedule: - interval: "weekly" - day: "friday" + interval: "monthly" - package-ecosystem: "npm" directory: "/web" schedule: - interval: "weekly" - day: "friday" + interval: "monthly" groups: dev-dependencies: dependency-type: "development"