From 48511f2d558552eb5c835f12e77ed0df03e793b1 Mon Sep 17 00:00:00 2001 From: Yoshi Automation Bot Date: Mon, 16 Sep 2019 10:02:40 -0700 Subject: [PATCH] chore: update renovate.json config from templates (#20) --- renovate.json | 26 ++++++++++++++------------ synth.metadata | 2 +- 2 files changed, 15 insertions(+), 13 deletions(-) diff --git a/renovate.json b/renovate.json index e3e4334dae..dae8a245c8 100644 --- a/renovate.json +++ b/renovate.json @@ -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" @@ -25,5 +26,6 @@ "packagePatterns": ["^io.opencensus:opencensus-"], "groupName": "OpenCensus packages" } - ] -} \ No newline at end of file + ], + "semanticCommits": true +} diff --git a/synth.metadata b/synth.metadata index 3396e2f5a6..413f229e7d 100644 --- a/synth.metadata +++ b/synth.metadata @@ -1,5 +1,5 @@ { - "updateTime": "2019-09-10T08:05:23.089681Z", + "updateTime": "2019-09-12T08:11:37.122796Z", "sources": [ { "template": {