Update Renovate configuration to include 'skipInstalls' setting, enhancing npm management during dependency updates.
This commit is contained in:
parent
39e28d06ea
commit
cb4820f8f1
@ -5,7 +5,8 @@
|
||||
"rangeStrategy": "bump",
|
||||
"npm": {
|
||||
"enabled": true,
|
||||
"ignoreScripts": false
|
||||
"ignoreScripts": false,
|
||||
"skipInstalls": false
|
||||
},
|
||||
"lockFileMaintenance": {
|
||||
"enabled": true,
|
||||
|
Loading…
x
Reference in New Issue
Block a user