From 3f8120688b92041e3fa8add18804d32b27c0b662 Mon Sep 17 00:00:00 2001 From: Fred Clausen <43556888+fredclausen@users.noreply.github.com> Date: Mon, 13 May 2024 13:35:23 -0600 Subject: [PATCH] Update dependabot.yml --- .github/dependabot.yml | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index bde490f..f3b5377 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -9,7 +9,10 @@ updates: directory: "/" # Location of package manifests target-branch: "main" schedule: - interval: "daily" + interval: "weekly" + day: "saturday" + time: "00:00" + timezone: "Etc/UTC" assignees: - "fredclausen" @@ -17,6 +20,9 @@ updates: - package-ecosystem: "github-actions" directory: "/" schedule: - interval: "daily" + interval: "weekly" + day: "saturday" + time: "00:00" + timezone: "Etc/UTC" assignees: - "fredclausen"