From 70069654c5a75ed8d2307fe98a461f1f55631067 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Yoann=20Rodi=C3=A8re?= Date: Tue, 16 Jan 2024 16:58:37 +0100 Subject: [PATCH] Move to a weekly interval for dependabot updates --- .github/dependabot.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index fcc4ff0..933435d 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -3,4 +3,4 @@ updates: - package-ecosystem: maven directory: "/" schedule: - interval: daily + interval: weekly