From 4b106f92912777169bcbd3164e27ed45e5f2b14a Mon Sep 17 00:00:00 2001 From: Timo Behrendt Date: Sun, 4 May 2025 18:19:13 +0200 Subject: [PATCH] chore: bundle bun renovate updates for Docker base image and bun version file (#38) Reviewed-on: https://gitea.t000-n.de/t.behrendt/ts3gotify/pulls/38 Co-authored-by: Timo Behrendt Co-committed-by: Timo Behrendt --- renovate.json | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/renovate.json b/renovate.json index 7190a60..fe9d551 100644 --- a/renovate.json +++ b/renovate.json @@ -1,3 +1,9 @@ { - "$schema": "https://docs.renovatebot.com/renovate-schema.json" + "$schema": "https://docs.renovatebot.com/renovate-schema.json", + "packageRules": [ + { + "matchPackageNames": ["Bun", "oven/bun"], + "groupName": "bun version update" + } + ] }