From b4f48233e8f5d36172a35c9c8a111f4e97da1b9f Mon Sep 17 00:00:00 2001 From: Richard Steinmetz Date: Fri, 14 Jun 2024 14:30:54 +0200 Subject: [PATCH] chore(renovate): ignore dependencies related to vue 3 Signed-off-by: Richard Steinmetz --- renovate.json | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) diff --git a/renovate.json b/renovate.json index c3baae421..4e4700264 100644 --- a/renovate.json +++ b/renovate.json @@ -43,6 +43,30 @@ "hamza221" ] }, + { + "description": "Ignore Vue 3 packages", + "matchManagers": ["npm"], + "matchPackageNames": ["@nextcloud/vite-config"], + "allowedVersions": "<2.0.0" + }, + { + "description": "Ignore Vue 3 packages", + "matchManagers": ["npm"], + "matchPackageNames": ["vue"], + "allowedVersions": "<3.0" + }, + { + "description": "Ignore Vue 3 packages", + "matchManagers": ["npm"], + "matchPackageNames": ["vue-router"], + "allowedVersions": "<4.0" + }, + { + "description": "Ignore Vue 3 packages", + "matchManagers": ["npm"], + "matchPackageNames": ["vuex"], + "allowedVersions": "<4.0.0" + }, { "description": "Request PHP reviews", "matchManagers": ["composer"],