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

Commit

Permalink
chore: update renovate config
Browse files Browse the repository at this point in the history
  • Loading branch information
chingor13 committed Dec 19, 2019
1 parent 72fca6c commit 1d11214
Showing 1 changed file with 28 additions and 14 deletions.
42 changes: 28 additions & 14 deletions renovate.json
@@ -1,27 +1,41 @@
{
"extends": [
"config:base"
":separateMajorReleases",
":combinePatchMinorReleases",
":ignoreUnstable",
":prImmediately",
":updateNotScheduled",
":automergeDisabled",
":ignoreModulesAndTests",
":maintainLockFilesDisabled",
":autodetectPinVersions"
],
"ignoreDeps": [],
"packageRules": [
{
"managers": ["maven"],
"packageNames": ["com.google.guava:guava*"],
"packagePatterns": [
"^com.google.guava:"
],
"versionScheme": "docker"
},
{
"packagePatterns": ["^io.grpc:grpc-"],
"groupName": "gRPC packages"
"packagePatterns": [
"*"
],
"semanticCommitType": "deps",
"semanticCommitScope": null
},
{
"packagePatterns": ["^com.google.protobuf:protobuf-"],
"groupName": "Protobuf packages"
},
{
"packagePatterns": ["^io.opencensus:opencensus-"],
"groupName": "OpenCensus packages"
"packagePatterns": [
"^org.apache.maven",
"^org.jacoco:",
"^org.codehaus.mojo:",
"^org.sonatype.plugins:",
"^com.coveo:",
"^com.google.cloud:google-cloud-shared-config"
],
"semanticCommitType": "build",
"semanticCommitScope": "deps"
}
],
"semanticCommits": true,
"semanticCommitType": "deps"
"semanticCommits": true
}

0 comments on commit 1d11214

Please sign in to comment.