webui/renovate.json

15 lines
271 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",
2024-12-26 14:29:21 +00:00
"extends": ["config:recommended"],
2024-12-26 14:26:03 +00:00
"packageRules": [
{
"matchUpdateTypes": ["major"],
2024-12-26 14:29:21 +00:00
"enabled": false,
"matchPackageNames": ["*"]
2024-12-26 14:26:03 +00:00
}
],
"npm": {
"rangeStrategy": "update-lockfile"
}
2024-12-26 14:22:04 +00:00
}