diff --git a/.github/renovate.json b/.github/renovate.json index de9680e240c..7d4c0532c0d 100644 --- a/.github/renovate.json +++ b/.github/renovate.json @@ -1,6 +1,11 @@ { "timezone": "Europe/Madrid", "packageRules": [ + { + "matchPackageNames": ["vue-i18n", "@intlify/unplugin-vue-i18n"], + "matchUpdateTypes": ["major"], + "enabled": false + }, { "matchManagers": [ "npm"