Skip to content

Commit

Permalink
chore: enable vue & vue-router upgrades
Browse files Browse the repository at this point in the history
  • Loading branch information
danielroe committed Jul 13, 2022
1 parent 686e3a9 commit fb7f345
Showing 1 changed file with 9 additions and 3 deletions.
12 changes: 9 additions & 3 deletions renovate.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,14 @@
"extends": [
"@nuxtjs"
],
"ignoreDeps": [
"vue",
"vue-router"
"packageRules": [
{
"matchPackageNames": ["vue"],
"allowedVersions": "!/^3$/"
},
{
"matchPackageNames": ["vue-router"],
"allowedVersions": "!/^4$/"
}
]
}

0 comments on commit fb7f345

Please sign in to comment.