Skip to content

Commit

Permalink
ci(renovate): skip vue-i18n major updates
Browse files Browse the repository at this point in the history
The newer versions of vue-i18n forces the runtime-compiled approach for everybody, which we don't need because we don't want to translate server resources. This approach increases bundle size and slows runtime unnecessarily for our use case.

In the future, we will switch to i18next
  • Loading branch information
ferferga authored Dec 26, 2024
1 parent 283ba5d commit 7c6ae7e
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/renovate.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
{
"timezone": "Europe/Madrid",
"packageRules": [
{
"matchPackageNames": ["vue-i18n", "@intlify/unplugin-vue-i18n"],
"matchUpdateTypes": ["major"],
"enabled": false
},
{
"matchManagers": [
"npm"
Expand Down

0 comments on commit 7c6ae7e

Please sign in to comment.