From 451c617b1964264f5764d8490f49a8b35b0d5c9a Mon Sep 17 00:00:00 2001 From: Mark Waite Date: Tue, 12 Nov 2024 09:52:20 -0700 Subject: [PATCH] Check weekly for dependency updates (#379) --- .github/dependabot.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 9f84598e..67fff980 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -6,5 +6,5 @@ updates: - package-ecosystem: "maven" directory: "/" schedule: - interval: "daily" + interval: "weekly" open-pull-requests-limit: 20