From fa31e5f54d2b22919716c5caf8834e3fb79b9d07 Mon Sep 17 00:00:00 2001 From: Timo Behrendt Date: Sat, 15 Nov 2025 20:51:03 +0100 Subject: [PATCH] ci(renovate): switch to shared configs (#56) Reviewed-on: https://gitea.t000-n.de/t.behrendt/ts3gotify/pulls/56 Reviewed-by: branch-buddy Co-authored-by: Timo Behrendt Co-committed-by: Timo Behrendt --- renovate.json | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/renovate.json b/renovate.json index 6b5f7fd..983275d 100644 --- a/renovate.json +++ b/renovate.json @@ -1,5 +1,9 @@ { "$schema": "https://docs.renovatebot.com/renovate-schema.json", + "extends": [ + "local>t.behrendt/renovate-configs:common", + "local>t.behrendt/renovate-configs:action" + ], "packageRules": [ { "matchPackageNames": ["Bun", "oven/bun"],