chore: use new labels in renovate config

This commit is contained in:
jo 2023-02-02 17:09:52 +01:00 committed by jooola
commit d6185cdfbd

View file

@ -43,11 +43,11 @@
},
{
"matchManagers": ["npm"],
"addLabels": ["Area: Frontend"]
"addLabels": ["Area::Frontend"]
},
{
"matchManagers": ["poetry"],
"addLabels": ["Area: Backend"]
"addLabels": ["Area::Backend"]
},
{
"matchPackagePatterns": ["^@vueuse/.*"],