ci(renovate): switch to shared configs (#29)

Reviewed-on: #29
Co-authored-by: Timo Behrendt <t.behrendt@t00n.de>
Co-committed-by: Timo Behrendt <t.behrendt@t00n.de>
This commit was merged in pull request #29.
This commit is contained in:
2026-02-14 23:06:15 +01:00
committed by t.behrendt
parent c1714d1548
commit 8bb28ab8d4

View File

@@ -1,9 +1,4 @@
{ {
"$schema": "https://docs.renovatebot.com/renovate-schema.json", "$schema": "https://docs.renovatebot.com/renovate-schema.json",
"packageRules": [ "extends": ["local>t.behrendt/renovate-configs:action"]
{
"matchUpdateTypes": ["patch", "minor"],
"groupName": "devDependencies (non-major)"
}
]
} }