Skip to content
This repository has been archived by the owner on Dec 3, 2023. It is now read-only.

Commit

Permalink
chore: update renovate.json config from templates (#20)
Browse files Browse the repository at this point in the history
  • Loading branch information
yoshi-automation authored and chingor13 committed Sep 16, 2019
1 parent 018d4d5 commit 48511f2
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 13 deletions.
26 changes: 14 additions & 12 deletions renovate.json
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
}
2 changes: 1 addition & 1 deletion synth.metadata
@@ -1,5 +1,5 @@
{
"updateTime": "2019-09-10T08:05:23.089681Z",
"updateTime": "2019-09-12T08:11:37.122796Z",
"sources": [
{
"template": {
Expand Down

0 comments on commit 48511f2

Please sign in to comment.