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 } ] }