diff --git a/.github/renovate.json b/.github/renovate.json index 34f5961d12..def1173551 100644 --- a/.github/renovate.json +++ b/.github/renovate.json @@ -39,6 +39,10 @@ "groupName": "rust toolchain", "matchManagers": ["custom.regex"], "matchDepNames": ["rustc"] + }, + { + "groupName": "nestjs", + "matchPackagePatterns": ["^@nestjs"] } ], "commitMessagePrefix": "chore: ",