From fff310fe224fa8092da539426109515f0b686d3e Mon Sep 17 00:00:00 2001 From: Claude Date: Tue, 10 Mar 2026 19:18:35 +0000 Subject: [PATCH] Change Dependabot schedule from weekly to monthly Reduce noise from version update PRs by switching both gradle and github-actions ecosystems to a monthly interval. Security updates (CVE patches) are handled independently by GitHub and will still trigger immediately regardless of this schedule setting. https://claude.ai/code/session_01KZpD8m3r3cDzGnhSC7c9mm --- .github/dependabot.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 10ef831183..f770db0a40 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -3,8 +3,8 @@ updates: - package-ecosystem: "gradle" directory: "/" schedule: - interval: "weekly" + interval: "monthly" - package-ecosystem: "github-actions" directory: "/" schedule: - interval: "weekly" + interval: "monthly"