From 4d43f79b34b45cdb82e10ccfd2b81fac999fbd7f Mon Sep 17 00:00:00 2001 From: Kevin Decherf Date: Mon, 3 May 2021 13:30:34 +0200 Subject: [PATCH] dependabot: change schedule to check updates once a month Signed-off-by: Kevin Decherf --- .github/dependabot.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 5f5de1622..1d376e8b7 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -3,7 +3,7 @@ updates: - package-ecosystem: npm directory: "/" schedule: - interval: daily + interval: monthly time: "04:00" timezone: Europe/Paris open-pull-requests-limit: 10 @@ -14,7 +14,7 @@ updates: - package-ecosystem: composer directory: "/" schedule: - interval: daily + interval: monthly time: "04:00" timezone: Europe/Paris open-pull-requests-limit: 10