From 45afc0f97191d62b0f6a61c3810b16a5d4b400f0 Mon Sep 17 00:00:00 2001 From: James A Sutherland <> Date: Fri, 22 Nov 2024 09:20:04 -0600 Subject: [PATCH] Fire Dependabot weekly rather than daily --- .github/dependabot.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 281a77a500..ed3887c435 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -3,11 +3,11 @@ updates: - package-ecosystem: "github-actions" directory: "/" schedule: - interval: daily + interval: weekly - package-ecosystem: nuget directory: "/" schedule: - interval: daily + interval: weekly open-pull-requests-limit: 10 target-branch: develop reviewers: