diff --git a/renovate.json b/renovate.json index cf14aca8db..ac7d90b122 100644 --- a/renovate.json +++ b/renovate.json @@ -47,6 +47,18 @@ "@GretaD" ] }, + { + "description": "Ignore Vue 3", + "matchManagers": ["npm"], + "matchPackageNames": ["vue"], + "allowedVersions": "<3.0" + }, + { + "description": "Ignore Vue 3", + "matchManagers": ["npm"], + "matchPackageNames": ["vue-router"], + "allowedVersions": "<4.0" + }, { "description": "Request PHP reviews", "matchManagers": ["composer"],