From 0e147ee66cde28345093695f122c246d3a565fd6 Mon Sep 17 00:00:00 2001 From: Brian DeHamer Date: Fri, 10 May 2024 07:13:35 -0700 Subject: [PATCH] change dependabot to weekly schedule Signed-off-by: Brian DeHamer --- .github/dependabot.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 2c961528..6f190fe3 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -3,7 +3,7 @@ updates: - package-ecosystem: "npm" directory: "/" schedule: - interval: daily + interval: weekly versioning-strategy: auto open-pull-requests-limit: 10 groups: @@ -23,7 +23,7 @@ updates: - package-ecosystem: "github-actions" directory: "/" schedule: - interval: daily + interval: weekly open-pull-requests-limit: 10 groups: minor-patch: