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": [
"npm"
],
"postUpdateOptions": [
"npm ci --ignore-scripts"
],
"postUpgradeTasks": {
"commands": [
"npm ci --ignore-scripts"