chore: use new labels in renovate config

This commit is contained in:
jo 2023-02-02 17:09:52 +01:00 committed by jooola
parent 639d5b152f
commit d6185cdfbd
1 changed files with 2 additions and 2 deletions

View File

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