From b89afe1b0c904a1bea8656ad6edb73b6d3c2d21c Mon Sep 17 00:00:00 2001 From: C4illin Date: Thu, 7 Aug 2025 23:19:31 +0200 Subject: [PATCH] chore: add ignored deps --- renovate.json | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/renovate.json b/renovate.json index 3418a44..eac34ee 100644 --- a/renovate.json +++ b/renovate.json @@ -4,5 +4,9 @@ "lockFileMaintenance": { "enabled": true, "automerge": true - } + }, + "ignoreDeps": [ + "bun-types", + "@types/bun" + ] }