Files
conventional-semantic-git-t…/renovate.json
Timo Behrendt aea67fe6c1
All checks were successful
CD / Release (push) Successful in 16s
ci(renovate): switch to shared configs (#34)
Reviewed-on: #34
Co-authored-by: Timo Behrendt <t.behrendt@t00n.de>
Co-committed-by: Timo Behrendt <t.behrendt@t00n.de>
2025-11-16 14:45:00 +01:00

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)"
}
]
}