Add a npm rebuild option to the renovate.json (#47)
All checks were successful
Lint / pre-commit Linting (push) Successful in 1m19s

Reviewed-on: #47
This commit was merged in pull request #47.
This commit is contained in:
2025-12-21 12:22:25 +01:00
parent e39a879879
commit 76eaa21fb3

View File

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