fix(renovate): Make renovate use the new labels

Part-of: <https://dev.funkwhale.audio/funkwhale/funkwhale/-/merge_requests/2377>
This commit is contained in:
Georg krause 2023-03-23 18:23:28 +01:00
parent 59d2b98a78
commit 2f6d2eb220
1 changed files with 2 additions and 2 deletions

View File

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