From 08204e57d4b3339c61dcf7a760e2ca6a8e2e9169 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Gast=C3=B3n=20Fournier?= Date: Fri, 1 Dec 2023 22:33:02 +0100 Subject: [PATCH] chore: schedule renovate to run early in the morning (#5477) ## About the changes Schedule renovate to run and merge PRs before working hours to reduce noise. https://docs.renovatebot.com/presets-schedule/#schedulenonofficehours From the documentation: ![image](https://github.com/Unleash/unleash/assets/455064/fc38f19f-09c3-4daa-a740-826d68cdbd06) --- renovate.json | 2 ++ 1 file changed, 2 insertions(+) diff --git a/renovate.json b/renovate.json index dee1bbb81fd7..b9419ff4c774 100644 --- a/renovate.json +++ b/renovate.json @@ -1,5 +1,7 @@ { "extends": ["config:base"], + "timezone": "Europe/Madrid", + "schedule": ["after 7pm every weekday", "before 5am every weekday"], "packageRules": [ { "matchUpdateTypes": ["minor", "patch"],