From 87cef15006c73e6483b173c2a0b73a5815201a59 Mon Sep 17 00:00:00 2001 From: Fred Clausen <43556888+fredclausen@users.noreply.github.com> Date: Mon, 13 May 2024 13:36:35 -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 e56c8d22..8ddd4990 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -9,12 +9,18 @@ updates: directory: "/" # Location of package manifests target-branch: "dev" schedule: - interval: "daily" + interval: "weekly" + day: "saturday" + time: "00:00" + timezone: "Etc/UTC" # Maintain dependencies for GitHub Actions - package-ecosystem: "github-actions" directory: "/" schedule: - interval: "daily" + interval: "weekly" + day: "saturday" + time: "00:00" + timezone: "Etc/UTC" assignees: - "fredclausen"