From 20c487596252f4d269f60dff45bc4b13bd3d6b83 Mon Sep 17 00:00:00 2001 From: Diego Pascual Date: Wed, 18 Oct 2023 08:43:50 +0200 Subject: [PATCH] chore: exclude x deps from renovate (#337) --- renovate.json | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/renovate.json b/renovate.json index c817e943..1db3d5a0 100644 --- a/renovate.json +++ b/renovate.json @@ -23,6 +23,10 @@ { "matchPackageNames": ["vue-i18n"], "allowedVersions": "< 9" + }, + { + "matchPackageNames": ["^@empathyco/*"], + "enabled": false } ] }