Renovate: group all packages under @nestjs

Signed-off-by: David Mehren <git@herrmehren.de>
This commit is contained in:
David Mehren 2021-01-06 20:34:19 +01:00
parent bceb615c7b
commit 9ace054822
No known key found for this signature in database
GPG key ID: 185982BA4C42B7C3

View file

@ -12,5 +12,13 @@
],
"labels": [
"type: maintenance"
],
"packageRules": [
{
"groupName": "NestJS packages",
"packagePatterns": [
"^@nestjs/"
]
}
]
}