ci(renovate): add docker support
CI / Build Docker image (pull_request) Successful in 16s
CI / Check syntax (pull_request) Successful in 19s

This commit is contained in:
2026-07-02 19:57:30 +02:00
parent 62f973277e
commit 560e1b6a07
+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"
] ]
} }