mirror of
https://github.com/Unleash/unleash.git
synced 2024-12-22 19:07:54 +01:00
08204e57d4
## 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)
15 lines
345 B
JSON
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"
|
|
}
|
|
]
|
|
}
|