Skip to content

Commit

Permalink
chore: exclude x deps from renovate (#337)
Browse files Browse the repository at this point in the history
  • Loading branch information
diegopf authored Oct 18, 2023
1 parent b5bd3ff commit 20c4875
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions renovate.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,10 @@
{
"matchPackageNames": ["vue-i18n"],
"allowedVersions": "< 9"
},
{
"matchPackageNames": ["^@empathyco/*"],
"enabled": false
}
]
}

0 comments on commit 20c4875

Please sign in to comment.