From 4a8e822317959e2ec0bab8008c6eaa0eedf6d17a Mon Sep 17 00:00:00 2001 From: Predrag Gruevski <2348618+obi1kenobi@users.noreply.github.com> Date: Mon, 11 Mar 2024 10:45:45 -0400 Subject: [PATCH] Set dependabot to weekly runs. (#704) --- .github/dependabot.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index f7858424..b3270631 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -3,6 +3,7 @@ updates: - package-ecosystem: "github-actions" directory: "/" schedule: - interval: "daily" - time: "10:42" + interval: "weekly" + day: "saturday" + time: "00:42" timezone: "America/New_York"