From 5826c1f9e1618e70b4ebd1877a024291ae47fc78 Mon Sep 17 00:00:00 2001 From: Andrey Helldar Date: Sun, 13 Feb 2022 13:30:10 +0300 Subject: [PATCH] Revert timezone and time settings --- src/Services/Dependabot.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/Services/Dependabot.php b/src/Services/Dependabot.php index ea0eba2..660146d 100644 --- a/src/Services/Dependabot.php +++ b/src/Services/Dependabot.php @@ -25,6 +25,8 @@ class Dependabot implements Processor 'schedule' => [ 'interval' => 'daily', + 'timezone' => 'UTC', + 'time' => '00:00', ], ];