webui/renovate.json

16 lines
297 B
JSON
Raw Permalink Normal View History

2024-12-26 13:26:33 +00:00
{
2024-12-26 13:36:49 +00:00
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": ["config:base"],
"packageRules": [
{
"matchPackagePatterns": ["*"],
"matchUpdateTypes": ["major"],
"enabled": false
}
],
"schedule": ["* 0-3 * * *"],
"npm": {
"rangeStrategy": "update-lockfile"
}
2024-12-26 13:26:33 +00:00
}