From 3a5c8f5d0e95ac21e68b172f62d0a9c416f925a3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Iv=C3=A1n=20Pereira=20Mu=C3=B1oz?= Date: Sun, 8 Sep 2024 20:53:22 +0200 Subject: [PATCH] Specify timezone and time in Dependabot schedule --- .github/dependabot.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 76664a8..b923cb5 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -5,6 +5,8 @@ updates: schedule: interval: "weekly" day: "sunday" + time: "09:00" + timezone: "Europe/Amsterdam" commit-message: prefix: "[Dependencies]" groups: @@ -18,6 +20,8 @@ updates: schedule: interval: "weekly" day: "sunday" + time: "09:00" + timezone: "Europe/Amsterdam" commit-message: prefix: "[Demo Dependencies]" groups: