From ddd2681d6b27424759c708c32ad8889626736776 Mon Sep 17 00:00:00 2001 From: Tarek Hamaoui Date: Fri, 8 Nov 2024 12:25:24 +0100 Subject: [PATCH] chore: align dependabot schedule for npm with GitHub Actions --- .github/dependabot.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index b3514b8..bd4a917 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -5,7 +5,8 @@ updates: - package-ecosystem: "npm" directory: "/" schedule: - interval: "daily" + interval: "weekly" + day: "monday" time: "06:00" timezone: "Europe/Berlin"