From 5b686184fd3efde776368b3279dd67592b71ea34 Mon Sep 17 00:00:00 2001 From: Theofanis Petkos Date: Thu, 26 Oct 2023 17:04:34 +0100 Subject: [PATCH] Add schedule and timezone to renovate.json (#237) Signed-off-by: thepetk --- renovate.json | 2 ++ 1 file changed, 2 insertions(+) diff --git a/renovate.json b/renovate.json index cd4c52bf..4fc3ab49 100644 --- a/renovate.json +++ b/renovate.json @@ -5,6 +5,8 @@ "helpers:pinGitHubActionDigests", ":gitSignOff" ], + "timezone": "America/Toronto", + "schedule": ["on the 2nd and 4th day instance on thursday after 9pm"], "enabledManagers": ["regex", "github-actions"], "regexManagers": [ {