Update renovate to group napi packages (#8469)

This commit is contained in:
Daniel García 2024-03-25 17:04:06 +01:00 committed by GitHub
parent b81d6a78db
commit 5bd5147457
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 4 additions and 0 deletions

View File

@ -16,6 +16,10 @@
"matchManagers": ["cargo"],
"commitMessagePrefix": "[deps] Platform:"
},
{
"groupName": "napi",
"matchPackageNames": ["napi", "napi-build", "napi-derive"]
},
{
"matchPackageNames": ["typescript", "zone.js"],
"matchUpdateTypes": ["major", "minor"],