All checks were successful
CD / Release (push) Successful in 44s
Reviewed-on: #45 Co-authored-by: Timo Behrendt <t.behrendt@t00n.de> Co-committed-by: Timo Behrendt <t.behrendt@t00n.de>
21 lines
441 B
JSON
21 lines
441 B
JSON
{
|
|
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
|
|
"extends": [
|
|
"local>t.behrendt/renovate-configs:common",
|
|
"local>t.behrendt/renovate-configs:action"
|
|
],
|
|
|
|
"postUpgradeTasks": {
|
|
"commands": ["npm run build"],
|
|
"fileFilters": ["dist/**"],
|
|
"executionMode": "update"
|
|
},
|
|
|
|
"packageRules": [
|
|
{
|
|
"matchUpdateTypes": ["patch", "minor"],
|
|
"groupName": "dependencies (non-major)"
|
|
}
|
|
]
|
|
}
|