ci(renovate): add docker support (#62)

Reviewed-on: #62
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 #62.
This commit is contained in:
2026-07-02 19:57:58 +02:00
committed by t.behrendt
parent 62f973277e
commit a12eb24378
+2 -2
View File
@@ -1,7 +1,7 @@
{ {
"$schema": "https://docs.renovatebot.com/renovate-schema.json", "$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": [ "extends": [
"local>t.behrendt/renovate-configs:common", "local>t.behrendt/renovate-configs:action",
"local>t.behrendt/renovate-configs:action" "local>t.behrendt/renovate-configs:docker-compose"
] ]
} }