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 26f8c43a0f
commit 1aa683b6ed
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/"
]
}
]
}