Group AWS and Azure SDKs for renovate (#382)

This commit is contained in:
Malte Poll 2022-10-27 08:33:10 +02:00 committed by GitHub
parent 8c01a6647f
commit 1a95fafc43
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -34,6 +34,19 @@
],
"groupName": "etcd dependencies"
},
{
"matchPackagePatterns": [
"^github.com/aws/aws-sdk-go-v2"
],
"groupName": "AWS SDK"
},
{
"matchPackagePatterns": [
"^github.com/Azure/",
"^github.com/AzureAD/microsoft-authentication-library-for-go"
],
"groupName": "Azure SDK"
},
{
"matchPackagePatterns": [
"^cloud.google.com/go"