Skip to content

Commit e2ee025

Browse files
chore(renovate): package vite with related plugins (#3266)
1 parent 8f2929d commit e2ee025

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

renovate.json

+16
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,22 @@
2121
"matchPackageNames": ["react", "react-dom"],
2222
"groupName": "react"
2323
},
24+
{
25+
"matchPackageNames": ["vite", "@vitejs/plugin-react"],
26+
"groupName": "vite-react",
27+
"matchFileNames": [
28+
"static/code/stackblitz/v6/react/package.json",
29+
"static/code/stackblitz/v7/react/package.json"
30+
]
31+
},
32+
{
33+
"matchPackageNames": ["vite", "@vitejs/plugin-vue"],
34+
"groupName": "vite-vue",
35+
"matchFileNames": [
36+
"static/code/stackblitz/v6/vue/package.json",
37+
"static/code/stackblitz/v7/vue/package.json"
38+
]
39+
},
2440
{
2541
"matchPackagePatterns": ["@ionic/"],
2642
"allowedVersions": "^6.0.0",

0 commit comments

Comments
 (0)