From 118efd2a0e2c8856e82fe2dd18df88b871d8ac73 Mon Sep 17 00:00:00 2001 From: coolbreeze413 Date: Mon, 6 Dec 2021 22:51:12 +0530 Subject: [PATCH] set dependabot schedule time to 00:00 Mountain Time --- .github/dependabot.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index fb66f67e0..c7ef20290 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -4,8 +4,8 @@ updates: directory: "/" schedule: interval: "daily" - #time: "00:00" - #timezone: "America/Los_Angeles" + time: "00:00" + timezone: "America/Denver" #assignees: # - "username" #labels: need to add the required label to the repo first!