From 5aa2c3c150a4be43840175f6548c2351c71b8d1d Mon Sep 17 00:00:00 2001 From: Randall Wood <297232+rhwood@users.noreply.github.com> Date: Wed, 17 Jan 2024 19:46:12 -0500 Subject: [PATCH] chore: switch to weekly dependabot updates --- .github/dependabot.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index dcd76706..dd0b5a3c 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -3,10 +3,10 @@ updates: - package-ecosystem: maven directory: "/" schedule: - interval: daily + interval: weekly time: "10:00" open-pull-requests-limit: 10 - package-ecosystem: "github-actions" directory: "/" schedule: - interval: daily + interval: weekly