We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4f25c12 commit 5893180Copy full SHA for 5893180
1 file changed
renovate.json
@@ -3,18 +3,24 @@
3
"extends": [
4
"@nuxtjs"
5
],
6
- "ignoreDeps": [
7
- "vitest",
8
- "@vueuse/head"
9
- ],
10
"packageRules": [
11
{
12
- "matchPackageNames": ["vue"],
+ "matchPackageNames": [
+ "vue"
+ ],
13
"allowedVersions": "!/3$/"
14
},
15
16
- "matchPackageNames": ["vue-router"],
+ "vue-router"
17
"allowedVersions": "!/4$/"
18
+ },
19
+ {
20
21
+ "nuxt"
22
23
+ "allowedVersions": "!/3$/"
24
}
25
]
26
0 commit comments