From a12eb243781258fd05a77638c92ef7a43e1412ba Mon Sep 17 00:00:00 2001 From: Timo Behrendt Date: Thu, 2 Jul 2026 19:57:58 +0200 Subject: [PATCH] ci(renovate): add docker support (#62) Reviewed-on: https://gitea.t000-n.de/t.behrendt/backupsidecar/pulls/62 Co-authored-by: Timo Behrendt Co-committed-by: Timo Behrendt --- renovate.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/renovate.json b/renovate.json index 9e28a36..f8ee74f 100644 --- a/renovate.json +++ b/renovate.json @@ -1,7 +1,7 @@ { "$schema": "https://docs.renovatebot.com/renovate-schema.json", "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" ] }