13 lines
321 B
JSON
13 lines
321 B
JSON
{
|
|
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
|
|
"extends": [
|
|
"local>t.behrendt/renovate-configs:action",
|
|
"local>t.behrendt/renovate-configs:bun-npm"
|
|
],
|
|
"postUpgradeTasks": {
|
|
"commands": ["npm ci", "npm run build"],
|
|
"fileFilters": ["dist/**"],
|
|
"executionMode": "update"
|
|
}
|
|
}
|