From 3411b891916d82df91550344a7ed36f7e9b8df01 Mon Sep 17 00:00:00 2001 From: Benjamin Canac Date: Tue, 30 Jul 2024 12:51:31 +0200 Subject: [PATCH] chore(renovate): remove `@nuxt/module-builder` and `vue-tsc` from ignore --- renovate.json | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/renovate.json b/renovate.json index 10ccf9b1..db77e890 100644 --- a/renovate.json +++ b/renovate.json @@ -3,10 +3,8 @@ "github>nuxt/renovate-config-nuxt" ], "ignoreDeps": [ - "@nuxt/module-builder", "nuxt-component-meta", "valibot30", - "valibot31", - "vue-tsc" + "valibot31" ] }