From ab2971f241c0db08ebd07f1919d25ef9a9d65d43 Mon Sep 17 00:00:00 2001 From: Timo Behrendt Date: Thu, 6 Aug 2026 21:08:29 +0200 Subject: [PATCH] ci(renovate): switch to shared bun-npm config (#162) Reviewed-on: https://gitea.t000-n.de/t.behrendt/ts3gotify/pulls/162 Co-authored-by: Timo Behrendt Co-committed-by: Timo Behrendt --- renovate.json | 10 ++-------- 1 file changed, 2 insertions(+), 8 deletions(-) diff --git a/renovate.json b/renovate.json index 983275d..4abd048 100644 --- a/renovate.json +++ b/renovate.json @@ -1,13 +1,7 @@ { "$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"], - "groupName": "bun version" - } + "local>t.behrendt/renovate-configs:action", + "local>t.behrendt/renovate-configs:bun-npm" ] }