From 019f5792f860f14e96b8bdd30a0d16ebf8634cc6 Mon Sep 17 00:00:00 2001 From: Timo Behrendt Date: Sun, 4 May 2025 18:18:36 +0200 Subject: [PATCH] chore: bundle bun renovate updates for Docker base image and bun version file --- 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" + } + ] } -- 2.49.1