From 06fb417d187909062b647919fdaa47a93aea3b13 Mon Sep 17 00:00:00 2001 From: Christoph Wurst Date: Tue, 31 Oct 2023 08:43:59 +0100 Subject: [PATCH] chore(deps): Ignore Vuex 4.1 It requires Vue 3 [skip ci] Signed-off-by: Christoph Wurst --- renovate.json | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/renovate.json b/renovate.json index 3598baa119..0b439ddb63 100644 --- a/renovate.json +++ b/renovate.json @@ -65,6 +65,12 @@ "matchPackageNames": ["@vue/test-utils"], "allowedVersions": "<2.0" }, + { + "description": "Ignore Vue 3 packages", + "matchManagers": ["npm"], + "matchPackageNames": ["vuex"], + "allowedVersions": "<4.1.0" + }, { "description": "Request PHP reviews", "matchManagers": ["composer"],