From c32e4d37d1e27ccbac72dcfe5fbc95796b69d6f4 Mon Sep 17 00:00:00 2001 From: Aminda Suomalainen Date: Sat, 9 Sep 2023 19:58:06 +0300 Subject: [PATCH] dependabot: configure timezone --- .github/dependabot.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index bdc607f..c954c3c 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -4,8 +4,10 @@ updates: directory: "/" schedule: interval: "daily" + timezone: "Europe/Helsinki" - package-ecosystem: "github-actions" directory: "/" schedule: interval: "daily" + timezone: "Europe/Helsinki"