mirror of
https://github.com/Unleash/unleash.git
synced 2025-09-28 17:55:15 +02: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: 
This commit is contained in:
parent
a299885e22
commit
08204e57d4
@ -1,5 +1,7 @@
|
|||||||
{
|
{
|
||||||
"extends": ["config:base"],
|
"extends": ["config:base"],
|
||||||
|
"timezone": "Europe/Madrid",
|
||||||
|
"schedule": ["after 7pm every weekday", "before 5am every weekday"],
|
||||||
"packageRules": [
|
"packageRules": [
|
||||||
{
|
{
|
||||||
"matchUpdateTypes": ["minor", "patch"],
|
"matchUpdateTypes": ["minor", "patch"],
|
||||||
|
Loading…
Reference in New Issue
Block a user