From 5b4b09d150ebeb832a0cf758bdaff4bd138bc765 Mon Sep 17 00:00:00 2001 From: Timo Behrendt Date: Fri, 14 Nov 2025 17:01:09 +0100 Subject: [PATCH] ci(renovate): switch to shared configs (#20) Reviewed-on: https://gitea.t000-n.de/t.behrendt/backupsidecar/pulls/20 Co-authored-by: Timo Behrendt Co-committed-by: Timo Behrendt --- renovate.json | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/renovate.json b/renovate.json index 7190a60..9e28a36 100644 --- a/renovate.json +++ b/renovate.json @@ -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" + ] }