ci(renovate): switch to shared configs (#10)
All checks were successful
CD / Release (push) Successful in 13s

Reviewed-on: #10
Co-authored-by: t.behrendt <t.behrendt@t00n.de>
Co-committed-by: t.behrendt <t.behrendt@t00n.de>
This commit was merged in pull request #10.
This commit is contained in:
2026-02-03 16:31:31 +01:00
committed by t.behrendt
parent 5a72d67566
commit ee4644cbe4

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