This commit is contained in:
commit
97cbc930a0
23 changed files with 13243 additions and 0 deletions
13
renovate.json
Normal file
13
renovate.json
Normal file
|
|
@ -0,0 +1,13 @@
|
|||
{
|
||||
"extends": [
|
||||
"github>nuxt/renovate-config-nuxt"
|
||||
],
|
||||
"lockFileMaintenance": {
|
||||
"enabled": true
|
||||
},
|
||||
"packageRules": [{
|
||||
"matchDepTypes": ["resolutions"],
|
||||
"enabled": false
|
||||
}],
|
||||
"postUpdateOptions": ["pnpmDedupe"]
|
||||
}
|
||||
Loading…
Reference in a new issue