Add a npm rebuild option to the renovate.json #47

Merged
Philipp merged 4 commits from add-renovate-npm-install into main 2025-12-21 12:22:25 +01:00
Showing only changes of commit 5cb69c11a9 - Show all commits

View File

@@ -10,9 +10,6 @@
"matchManagers": [ "matchManagers": [
"npm" "npm"
], ],
"postUpdateOptions": [
"npm ci --ignore-scripts"
],
"postUpgradeTasks": { "postUpgradeTasks": {
"commands": [ "commands": [
"npm ci --ignore-scripts" "npm ci --ignore-scripts"