chore(renovate): Configure Sentry and Vueuse groups

This commit is contained in:
Georg Krause 2022-10-21 17:43:40 +02:00
parent 337942a97c
commit 5d4c10165f
No known key found for this signature in database
GPG Key ID: 2970D504B2183D22
1 changed files with 9 additions and 1 deletions

View File

@ -32,8 +32,16 @@
"addLabels": ["Area: Backend"]
},
{
"matchPackageNames": ["@vue/runtime-core", "vue"],
"matchPackageNames": ["@vue/runtime-core", "vue", "@vue/compiler-sfc"],
"groupName": "Vue"
},
{
"matchPackageNames": ["@vueuse/core", "@vueuse/integrations", "@vueuse/router"],
"groupName": "vueuse"
},
{
"matchPackageNames": ["@sentry/tracing", "@sentry/vue"],
"groupName": "Sentry"
}
]
}