From 69931779ad0a9ea92934f25d17f89919e2ae9600 Mon Sep 17 00:00:00 2001 From: Lachlan Collins <1667261+lachlancollins@users.noreply.github.com> Date: Mon, 29 Jul 2024 15:06:13 +1000 Subject: [PATCH] ci(renovate): ignore vue2 and vue2.7 --- .github/renovate.json | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/renovate.json b/.github/renovate.json index 5c2c09892b..66c2ab3d07 100644 --- a/.github/renovate.json +++ b/.github/renovate.json @@ -32,6 +32,8 @@ "typescript51", "typescript52", "vue", - "vue-tsc" + "vue-tsc", + "vue2", + "vue2.7" ] }