Skip to content

Commit

Permalink
chore: exclude google-api-client-bom from google api dependencies g…
Browse files Browse the repository at this point in the history
…roup (#2781)

In this PR:
- Exclude `google-api-client-bom` from google api dependencies group
  • Loading branch information
JoeWang1127 authored May 16, 2024
1 parent f8ea0a0 commit c4ce140
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion renovate.json
Original file line number Diff line number Diff line change
Expand Up @@ -161,7 +161,11 @@
},
{
"matchPackagePatterns": [
"^com.google.api"
"com.google.api.grpc:grpc-google-common-protos",
"com.google.api.grpc:grpc-google-iam-v1",
"com.google.api.grpc:proto-google-common-protos",
"com.google.api.grpc:proto-google-iam-v1",
"com.google.api:api-common"
],
"groupName": "Google API dependencies"
},
Expand Down

0 comments on commit c4ce140

Please sign in to comment.