From e10ab2383996a75782fb06a750db36f8da4b4ccd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Adrian=20R=C3=B8stg=C3=A5rd=20Flatner?= <42931448+adrianflatner@users.noreply.github.com> Date: Fri, 8 Nov 2024 12:18:38 +0100 Subject: [PATCH] feat(dependabot): schedule dependabot weekly (#1726) --- .github/dependabot.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index d9fdc0ad1..1e5f79068 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -3,8 +3,9 @@ updates: - package-ecosystem: "npm" directory: "/tavla" schedule: - interval: "daily" - time: "10:00" + interval: "weekly" + day: "monday" + time: "08:00" timezone: "Europe/Amsterdam" commit-message: prefix: "chore(deps):"