16 lines
297 B
JSON
16 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"
|
||
|
}
|
||
|
}
|