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 0682577e81 - Show all commits

View File

@@ -11,8 +11,16 @@
"npm"
],
"postUpdateOptions": [
"npmInstall"
]
"npm ci --ignore-scripts"
],
"postUpgradeTasks": {
"commands": [
"npm ci --ignore-scripts"
],
"fileFilters": [
"node_modules/**/*"
]
}
}
]
}