From 549a24f5c9d641ffaf194a8d190175feab4521f3 Mon Sep 17 00:00:00 2001 From: Julius Knorr Date: Tue, 8 Oct 2024 11:28:49 +0200 Subject: [PATCH] chore: Fix renovate config Signed-off-by: Julius Knorr --- renovate.json | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/renovate.json b/renovate.json index 89f15f6b3b8..fa52a56996c 100644 --- a/renovate.json +++ b/renovate.json @@ -112,9 +112,7 @@ { "matchPackageNames": ["@vue/test-utils"], "allowedVersions": "<2" - } - ] -} + }, { "matchUpdateTypes": ["major"], "matchBaseBranches": ["stable30", "stable29", "stable28", "stable27", "stable26"],