14 lines
271 B
JSON
14 lines
271 B
JSON
{
|
|
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
|
|
"extends": ["config:recommended"],
|
|
"packageRules": [
|
|
{
|
|
"matchUpdateTypes": ["major"],
|
|
"enabled": false,
|
|
"matchPackageNames": ["*"]
|
|
}
|
|
],
|
|
"npm": {
|
|
"rangeStrategy": "update-lockfile"
|
|
}
|
|
}
|