From 8f30e7c0f3203099211d10bb2f06c941f37b113c Mon Sep 17 00:00:00 2001 From: Martin Yeo <40734014+trexfeathers@users.noreply.github.com> Date: Tue, 3 Sep 2024 15:32:19 +0100 Subject: [PATCH] Dependabot check weekly. (#73) --- .github/dependabot.yml | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 21127ae..fe8d856 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -7,7 +7,11 @@ updates: - package-ecosystem: "github-actions" directory: "/" schedule: - # Check for updates to GitHub Actions every weekday - interval: "daily" + # Check early in the week - downstream dependabot checks (e.g. Iris) run deliberately later in the week. + # Therefore allowing time for this update to be merged-and-released first. + interval: "weekly" + day: "monday" + time: "01:00" + timezone: "Europe/London" labels: - "🤖 bot"