mirror of
https://github.com/Unleash/unleash.git
synced 2024-12-22 19:07:54 +01:00
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)
This commit is contained in:
parent
a299885e22
commit
08204e57d4
@ -1,5 +1,7 @@
|
||||
{
|
||||
"extends": ["config:base"],
|
||||
"timezone": "Europe/Madrid",
|
||||
"schedule": ["after 7pm every weekday", "before 5am every weekday"],
|
||||
"packageRules": [
|
||||
{
|
||||
"matchUpdateTypes": ["minor", "patch"],
|
||||
|
Loading…
Reference in New Issue
Block a user