Skip to content

Commit

Permalink
chore: group com.google.api and com.google.http-client dependencies i…
Browse files Browse the repository at this point in the history
…n RenovateBot config (#1464)

Grouping com.google.api dependencies. They are libraries generated by this repository.

![image](https://user-images.githubusercontent.com/28604/224108262-351e70ee-acda-4525-ba06-37cd89e1b077.png)

In addition to them, this PR groups com.google.http-client dependencies.
  • Loading branch information
suztomo committed Mar 9, 2023
1 parent b30359b commit c84e54a
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions renovate.json
Original file line number Diff line number Diff line change
Expand Up @@ -110,6 +110,18 @@
],
"groupName": "Google Auth Library dependencies"
},
{
"packagePatterns": [
"^com.google.api"
],
"groupName": "Google API dependencies"
},
{
"packagePatterns": [
"^com.google.http-client"
],
"groupName": "Google HTTP Client dependencies"
},
{
"packagePatterns": [
"^io.opencensus"
Expand Down

0 comments on commit c84e54a

Please sign in to comment.