Skip to content

Commit

Permalink
fix(java_templates): group core transport dependencies (#358)
Browse files Browse the repository at this point in the history
  • Loading branch information
chingor13 authored Dec 27, 2019
1 parent 9aa9051 commit e4989df
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions synthtool/gcp/templates/java_library/renovate.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,14 @@
],
"groupName": "core dependencies"
},
{
"packagePatterns": [
"^com.google.http-client:",
"^com.google.oauth-client:",
"^com.google.api-client:"
],
"groupName": "core transport dependencies"
},
{
"packagePatterns": [
"*"
Expand Down

0 comments on commit e4989df

Please sign in to comment.