chore: update renovate config for build artifacts

This commit is contained in:
2025-12-27 13:35:49 +00:00
parent 6ca221b83d
commit 5e18240e8f

View File

@@ -12,10 +12,11 @@
],
"postUpgradeTasks": {
"commands": [
"npm ci --ignore-scripts"
"npm ci",
"npm run build"
],
"fileFilters": [
"node_modules/**/*"
"dist/index.js"
]
}
}