chore(renovate): group vue and @vue/runtime-core to avoid different versions

This commit is contained in:
Georg Krause 2022-10-11 19:43:22 +02:00
commit d272f0f1f2
No known key found for this signature in database
GPG key ID: 2970D504B2183D22

View file

@ -30,6 +30,10 @@
{
"matchManagers": ["poetry"],
"addLabels": ["Area: Backend"]
},
{
"matchPackageNames": ["@vue/runtime-core", "vue"],
"groupName": "Vue"
}
]
}