From a8bb9fe686e1dfa806bfaa571fd2c148faa1c8b4 Mon Sep 17 00:00:00 2001 From: Raphael Ludwig Date: Thu, 17 Mar 2022 11:12:00 +0100 Subject: [PATCH] ci: Restrict rennovate to non office hours (#111) * ci: Restrict rennovate to non office hours Signed-off-by: Raphael Ludwig * ci: Restrict rennovate to non office hours between Wednesday and Thursday Signed-off-by: Raphael Ludwig --- renovate.json | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/renovate.json b/renovate.json index 8eabed6..142e269 100644 --- a/renovate.json +++ b/renovate.json @@ -10,5 +10,9 @@ "addLabels": ["dependencies"], "cloneSubmodules": true, "stabilityDays": 7, - "timezone": "Europe/Vienna" + "timezone": "Europe/Vienna", + "schedule": [ + "after 10pm on Wednesday", + "before 8am on Thursday" + ] }