From c083da6ff8024b795431ac24d48f7b93d53fa0b0 Mon Sep 17 00:00:00 2001 From: Dan Kotowski Date: Sat, 18 Jul 2026 15:42:37 -0500 Subject: [PATCH] Switch Dependabot checks from daily to weekly (#234) Reduces PR noise by checking for npm and github-actions updates weekly instead of daily. Co-authored-by: Claude Sonnet 5 --- .github/dependabot.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 49770aa..2118a6d 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -5,11 +5,11 @@ updates: reviewers: - "djkotowski" schedule: - interval: "daily" + interval: "weekly" versioning-strategy: "increase-if-necessary" - package-ecosystem: "github-actions" directory: "/" reviewers: - "djkotowski" schedule: - interval: "daily" + interval: "weekly"