From 061e63e705d46df794fc6c3ea1727c9a0f14ef98 Mon Sep 17 00:00:00 2001 From: C4illin Date: Tue, 7 Oct 2025 20:56:55 +0000 Subject: [PATCH] chore: add bun to renovate ignore --- renovate.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/renovate.json b/renovate.json index ec32b06..6eb40eb 100644 --- a/renovate.json +++ b/renovate.json @@ -5,5 +5,5 @@ "enabled": true, "automerge": true }, - "ignoreDeps": ["bun-types", "@types/bun"] + "ignoreDeps": ["bun-types", "@types/bun", "bun", "Bun"] }