webui/renovate.json

15 lines
267 B
JSON
Raw Normal View History

2024-12-26 14:22:04 +00:00
{
2024-12-26 14:26:03 +00:00
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": ["config:base"],
"packageRules": [
{
"matchPackagePatterns": ["*"],
"matchUpdateTypes": ["major"],
"enabled": false
}
],
"npm": {
"rangeStrategy": "update-lockfile"
}
2024-12-26 14:22:04 +00:00
}