From 9f539c95459c58f3d16cd5709a3f76ad9e7cb688 Mon Sep 17 00:00:00 2001 From: Benjamin Canac Date: Mon, 5 May 2025 18:25:34 +0200 Subject: [PATCH] chore(renovate): remove `vue-tsc` ignore --- renovate.json | 3 --- 1 file changed, 3 deletions(-) diff --git a/renovate.json b/renovate.json index 39434911..a9699101 100644 --- a/renovate.json +++ b/renovate.json @@ -5,9 +5,6 @@ "lockFileMaintenance": { "enabled": true }, - "ignoreDeps": [ - "vue-tsc" - ], "baseBranches": ["v2", "v3"], "packageRules": [{ "matchBaseBranches": ["v3"],