From 77c941941b2568f08661b3ba34c0a2ec9d6efc8a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jo=C3=ABl=20Galeran?= Date: Thu, 9 Jun 2022 16:20:19 +0200 Subject: [PATCH] chore: limit renovate off hours (#13728) * chore: limit renovate off hours [skip ci] * Update renovate.json * Update renovate.json --- .github/renovate.json | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/renovate.json b/.github/renovate.json index bbd3ccf822a5..2ddb879fe2a3 100644 --- a/.github/renovate.json +++ b/.github/renovate.json @@ -4,6 +4,10 @@ "schedule": ["at any time"], "semanticCommits": "enabled", "reviewers": ["@Jolg42", "@millsp", "@aqrln", "@SevInf", "@danstarns", "@jkomyno"], + "schedule": [ + "after 9pm", + "before 8am" + ], "rebaseWhen": "conflicted", "ignoreDeps": [ "sqlite3",