Add renovate config
This commit is contained in:
parent
cc538cf643
commit
29ef28b06d
1 changed files with 15 additions and 0 deletions
15
renovate.json
Normal file
15
renovate.json
Normal file
|
@ -0,0 +1,15 @@
|
||||||
|
{
|
||||||
|
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
|
||||||
|
"extends": ["config:base"],
|
||||||
|
"packageRules": [
|
||||||
|
{
|
||||||
|
"matchPackagePatterns": ["*"],
|
||||||
|
"matchUpdateTypes": ["major"],
|
||||||
|
"enabled": false
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"schedule": ["* 0-3 * * *"],
|
||||||
|
"npm": {
|
||||||
|
"rangeStrategy": "update-lockfile"
|
||||||
|
}
|
||||||
|
}
|
Loading…
Reference in a new issue