Skip to content

Commit 0c80a0e

Browse files
committed
chore: limit nuxt core modules
1 parent d6eb18e commit 0c80a0e

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

renovate.json

+6-3
Original file line numberDiff line numberDiff line change
@@ -10,11 +10,14 @@
1010
"groupName": "nuxt core",
1111
"groupSlug": "nuxt",
1212
"matchPackageNames": [
13-
"nuxt",
14-
"nuxt3"
13+
"nuxt"
1514
],
1615
"matchPackagePatterns": [
17-
"^@nuxt/"
16+
"^@nuxt/kit",
17+
"^@nuxt/schema",
18+
"^@nuxt/vite-builder",
19+
"^@nuxt/webpack-builder",
20+
"^@nuxt/rspack-builder"
1821
]
1922
}
2023
]

0 commit comments

Comments
 (0)