Skip to content

Commit afb4b4a

Browse files
committed
internal: Group vue with every other change
1 parent 37ab3ff commit afb4b4a

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

.github/renovate.json

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,20 @@
3838
"groupName": "all non-major dependencies",
3939
"groupSlug": "all-minor-patch"
4040
},
41+
{
42+
"matchUpdateTypes": ["minor", "patch"],
43+
"matchPackageNames": [
44+
"vue",
45+
"vue-router",
46+
"vue-tsc",
47+
"@vue/test-utils",
48+
"@types/vue",
49+
"@vitejs/plugin-vue"
50+
],
51+
"matchPackagePatterns": ["^@vue/"],
52+
"groupName": "all non-major dependencies",
53+
"groupSlug": "all-minor-patch"
54+
},
4155
{
4256
"extends": ["monorepo:react"],
4357
"matchUpdateTypes": ["major", "minor", "patch"],

0 commit comments

Comments
 (0)