chore(renovate): Configure Sentry and Vueuse groups
This commit is contained in:
parent
337942a97c
commit
5d4c10165f
|
@ -32,8 +32,16 @@
|
||||||
"addLabels": ["Area: Backend"]
|
"addLabels": ["Area: Backend"]
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"matchPackageNames": ["@vue/runtime-core", "vue"],
|
"matchPackageNames": ["@vue/runtime-core", "vue", "@vue/compiler-sfc"],
|
||||||
"groupName": "Vue"
|
"groupName": "Vue"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"matchPackageNames": ["@vueuse/core", "@vueuse/integrations", "@vueuse/router"],
|
||||||
|
"groupName": "vueuse"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"matchPackageNames": ["@sentry/tracing", "@sentry/vue"],
|
||||||
|
"groupName": "Sentry"
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue