From 71e3168542fbcd5e5aac49a4836215977d37a7db Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andi=20Pa=CC=88tzold?= Date: Fri, 22 Dec 2023 23:13:55 +0100 Subject: [PATCH] chore: do not update parcel --- .github/renovate.json | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/renovate.json b/.github/renovate.json index ea900b6f..2223c8f2 100644 --- a/.github/renovate.json +++ b/.github/renovate.json @@ -9,5 +9,6 @@ "groupSlug": "dev-dependencies" } ], + "ignoreDeps": ["parcel"], "ignorePaths": ["**/node_modules/**"] }