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

View File

@@ -10,9 +10,14 @@
"matchManagers": [ "matchManagers": [
"npm" "npm"
], ],
"postUpdateOptions": [ "postUpgradeTasks": {
"npmInstall" "commands": [
] "npm ci --ignore-scripts"
],
"fileFilters": [
"node_modules/**/*"
]
}
} }
] ]
} }