From 6a34e22cd33629331a733d1180734e56cf9a5427 Mon Sep 17 00:00:00 2001 From: William Storey Date: Tue, 21 Jul 2026 18:51:16 +0000 Subject: [PATCH] Run Dependabot updates weekly We now review dependency updates weekly rather than daily, so daily update runs only generate churn. Check for updates once a week on Monday morning instead. Co-Authored-By: Claude Fable 5 --- .github/dependabot.yml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index ee0ba3c9..5d3d7f52 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -3,7 +3,8 @@ updates: - package-ecosystem: composer directory: / schedule: - interval: daily + interval: weekly + day: monday time: '14:00' open-pull-requests-limit: 10 cooldown: @@ -11,7 +12,8 @@ updates: - package-ecosystem: github-actions directory: / schedule: - interval: daily + interval: weekly + day: monday time: '14:00' cooldown: default-days: 7