fix(renovate): Make renovate use the new labels
Part-of: <https://dev.funkwhale.audio/funkwhale/funkwhale/-/merge_requests/2377>
This commit is contained in:
parent
59d2b98a78
commit
2f6d2eb220
|
@ -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/.*"],
|
||||||
|
|
Loading…
Reference in New Issue