From 6c316a6e6507f824be9fcf9e5a115aa3ed18efcc Mon Sep 17 00:00:00 2001 From: Diego Pascual Date: Wed, 18 Oct 2023 08:29:02 +0200 Subject: [PATCH] chore: exclude x deps from renovate --- 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 } ] }