webui/renovate.json
Djuri Baars 46eb763adb
All checks were successful
/ check-changes (push) Successful in 6s
/ build (push) Successful in 3m36s
Update renovate configuration
2024-12-26 15:26:03 +01:00

14 lines
267 B
JSON

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