Skip to content

Commit

Permalink
chore: group core dependencies (#14)
Browse files Browse the repository at this point in the history
  • Loading branch information
chingor13 authored and codyoss committed Dec 26, 2019
1 parent 39ff6f6 commit 4772adc
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions renovate.json
Expand Up @@ -17,6 +17,23 @@
],
"versionScheme": "docker"
},
{
"packagePatterns": [
"^com.google.api:gax",
"^com.google.auth:",
"^com.google.cloud:google-cloud-core",
"^io.grpc:"
],
"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 4772adc

Please sign in to comment.