webui/renovate.json
Djuri Baars 29ef28b06d
All checks were successful
/ build (push) Successful in 3m41s
/ check-changes (push) Successful in 15s
Add renovate config
2024-12-26 14:26:33 +01:00

15 lines
297 B
JSON

{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": ["config:base"],
"packageRules": [
{
"matchPackagePatterns": ["*"],
"matchUpdateTypes": ["major"],
"enabled": false
}
],
"schedule": ["* 0-3 * * *"],
"npm": {
"rangeStrategy": "update-lockfile"
}
}