Skip to content

Commit

Permalink
chore: update renovate config to exclude nuxt3
Browse files Browse the repository at this point in the history
  • Loading branch information
danielroe committed Dec 2, 2022
1 parent 4f25c12 commit 5893180
Showing 1 changed file with 12 additions and 6 deletions.
18 changes: 12 additions & 6 deletions renovate.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,18 +3,24 @@
"extends": [
"@nuxtjs"
],
"ignoreDeps": [
"vitest",
"@vueuse/head"
],
"packageRules": [
{
"matchPackageNames": ["vue"],
"matchPackageNames": [
"vue"
],
"allowedVersions": "!/3$/"
},
{
"matchPackageNames": ["vue-router"],
"matchPackageNames": [
"vue-router"
],
"allowedVersions": "!/4$/"
},
{
"matchPackageNames": [
"nuxt"
],
"allowedVersions": "!/3$/"
}
]
}

0 comments on commit 5893180

Please sign in to comment.