Skip to content

Commit

Permalink
chore: Group more renovate packages
Browse files Browse the repository at this point in the history
Signed-off-by: Julius Härtl <[email protected]>
  • Loading branch information
juliusknorr committed Aug 30, 2023
1 parent 7394da2 commit acbcdf0
Showing 1 changed file with 19 additions and 3 deletions.
22 changes: 19 additions & 3 deletions renovate.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,19 +26,35 @@
"npm"
],
"packageRules": [
{
"groupName": "vueuse",
"matchPackagePrefixes": [
"@vueuse/"
]
},
{
"groupName": "nextcloud",
"matchPackagePrefixes": [
"@nextcloud/"
]
},
{
"groupName": "cypress",
"matchPackageNames": [
"cypress",
"@nextcloud/cypress",
"@nextcloud/cypress"
],
"matchPackagePrefixes": [
"@cypress/"
]
},
{
"groupName": "vite",
"matchPackageNames": [
"vite",
"vite-plugin-commonjs",
"vite-plugin-commonjs"
],
"matchPackagePrefixes": [
"@vitejs/"
]
},
Expand All @@ -50,7 +66,7 @@
"@hocuspocus/provider"
]
},

{
"groupName": "highlight",
"matchPackageNames": [
Expand Down

0 comments on commit acbcdf0

Please sign in to comment.