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

Reviewed-on: #9
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 #9.
This commit is contained in:
2025-12-04 17:16:37 +01:00
committed by t.behrendt
parent c4c597682e
commit 4eaafd04d9

View File

@@ -1,3 +1,7 @@
{ {
"$schema": "https://docs.renovatebot.com/renovate-schema.json" "$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": [
"local>t.behrendt/renovate-configs:common",
"local>t.behrendt/renovate-configs:action"
]
} }