1
0
mirror of https://github.com/Unleash/unleash.git synced 2024-10-18 20:09:08 +02:00
unleash.unleash/renovate.json
Gastón Fournier 08204e57d4
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)
2023-12-01 22:33:02 +01:00

15 lines
345 B
JSON

{
"extends": ["config:base"],
"timezone": "Europe/Madrid",
"schedule": ["after 7pm every weekday", "before 5am every weekday"],
"packageRules": [
{
"matchUpdateTypes": ["minor", "patch"],
"matchPackagePatterns": ["*"],
"automerge": true,
"stabilityDays": 7,
"internalChecksFilter": "strict"
}
]
}