refactor: to node action
CI / Dry-Run (pull_request) Failing after 5s
CI / Test (pull_request) Successful in 12s
CI / Check Dist (pull_request) Successful in 10s

This commit is contained in:
2026-06-27 13:32:05 +02:00
parent 3730a56a77
commit 8bff9b658d
20 changed files with 24604 additions and 174 deletions
+8 -3
View File
@@ -1,7 +1,12 @@
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": [
"local>t.behrendt/renovate-configs:common",
"local>t.behrendt/renovate-configs:action"
]
"local>t.behrendt/renovate-configs:action",
"local>t.behrendt/renovate-configs:bun-npm"
],
"postUpgradeTasks": {
"commands": ["npm ci", "npm run build"],
"fileFilters": ["dist/**"],
"executionMode": "update"
}
}