Skip to content

Commit

Permalink
Java templates: update renovate config (#287)
Browse files Browse the repository at this point in the history
* Java templates: update renovate config

* fix trailing comma
  • Loading branch information
chingor13 authored Sep 11, 2019
1 parent c8742b9 commit 16eb765
Showing 1 changed file with 14 additions and 12 deletions.
26 changes: 14 additions & 12 deletions synthtool/gcp/templates/java_library/renovate.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,17 +2,18 @@
"extends": [
"config:base"
],
"ignoreDeps": [
"com.google.api:gax-bom",
"com.google.guava:guava",
"com.google.guava:guava-testlib",
"com.google.protobuf:protobuf-java",
"com.google.protobuf:protobuf-java-util",
"io.opencensus:opencensus-api",
"io.opencensus:opencensus-contrib-grpc-util",
"io.opencensus:opencensus-contrib-http-util"
],
"ignoreDeps": [],
"packageRules": [
{
"packagePatterns": ["*"],
"semanticCommitType": "chore"
},
{
"depTypeList": [
"dependencies"
],
"semanticCommitType": "deps"
},
{
"packagePatterns": ["^io.grpc:grpc-"],
"groupName": "gRPC packages"
Expand All @@ -25,5 +26,6 @@
"packagePatterns": ["^io.opencensus:opencensus-"],
"groupName": "OpenCensus packages"
}
]
}
],
"semanticCommits": true
}

0 comments on commit 16eb765

Please # to comment.