Update Renovate configuration to enable 'ignoreScripts' for npm, enhancing security during dependency updates.
This commit is contained in:
parent
ad6903f7ee
commit
3660982271
@ -5,7 +5,7 @@
|
||||
"rangeStrategy": "bump",
|
||||
"npm": {
|
||||
"enabled": true,
|
||||
"ignoreScripts": false,
|
||||
"ignoreScripts": true,
|
||||
"skipInstalls": false
|
||||
},
|
||||
"packageRules": [
|
||||
|
Loading…
x
Reference in New Issue
Block a user