From 3343d60ff5858415f7bf70ebdecd07b820661cad Mon Sep 17 00:00:00 2001 From: Lachlan Collins <1667261+lachlancollins@users.noreply.github.com> Date: Tue, 9 Jul 2024 16:33:27 +1000 Subject: [PATCH] ci(renovate): Ignore vue and vue-tsc --- .github/renovate.json | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/renovate.json b/.github/renovate.json index e9dc0f8b0..a3321f8dd 100644 --- a/.github/renovate.json +++ b/.github/renovate.json @@ -28,6 +28,8 @@ "typescript50", "typescript51", "typescript52", - "typescript53" + "typescript53", + "vue", + "vue-tsc" ] }