Update npm package rules in renovate.json to use 'npm ci --ignore-scripts' for post-update and post-upgrade tasks
All checks were successful
Lint / pre-commit Linting (push) Successful in 1m21s
All checks were successful
Lint / pre-commit Linting (push) Successful in 1m21s
This commit is contained in:
@@ -11,8 +11,16 @@
|
||||
"npm"
|
||||
],
|
||||
"postUpdateOptions": [
|
||||
"npmInstall"
|
||||
"npm ci --ignore-scripts"
|
||||
],
|
||||
"postUpgradeTasks": {
|
||||
"commands": [
|
||||
"npm ci --ignore-scripts"
|
||||
],
|
||||
"fileFilters": [
|
||||
"node_modules/**/*"
|
||||
]
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user