All checks were successful
CD / Release (push) Successful in 16s
Reviewed-on: #34 Co-authored-by: Timo Behrendt <t.behrendt@t00n.de> Co-committed-by: Timo Behrendt <t.behrendt@t00n.de>
15 lines
314 B
JSON
15 lines
314 B
JSON
{
|
|
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
|
|
"extends": [
|
|
"local>t.behrendt/renovate-configs:common",
|
|
"local>t.behrendt/renovate-configs:action"
|
|
],
|
|
|
|
"packageRules": [
|
|
{
|
|
"matchUpdateTypes": ["patch", "minor"],
|
|
"groupName": "dependencies (non-major)"
|
|
}
|
|
]
|
|
}
|