Skip to content

Commit af952c8

Browse files
committed
chore: handle nuxt framework upgrades together
1 parent 0cf9075 commit af952c8

1 file changed

Lines changed: 10 additions & 0 deletions

File tree

renovate.json

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,16 @@
2121
"nuxt"
2222
],
2323
"allowedVersions": "!/3$/"
24+
},
25+
{
26+
"groupName": "nuxt core",
27+
"groupSlug": "nuxt",
28+
"matchPackageNames": [
29+
"nuxi"
30+
],
31+
"matchPackagePatterns": [
32+
"^@nuxt/"
33+
]
2434
}
2535
]
2636
}

0 commit comments

Comments
 (0)