From 7205f243e5d5a01586e4df2ecf811614b9e48a46 Mon Sep 17 00:00:00 2001 From: Sebastian Serth Date: Wed, 12 May 2021 17:13:49 +0200 Subject: [PATCH] Change Dependabot time to 3am UTC --- .github/dependabot.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 4b5314d6..75ed35c4 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -5,7 +5,7 @@ updates: directory: "/" schedule: interval: daily - time: "09:00" + time: "03:00" timezone: UTC labels: - dependencies @@ -15,7 +15,7 @@ updates: directory: "/" schedule: interval: daily - time: "09:00" + time: "03:00" timezone: UTC labels: - dependencies