Skip to content

Commit

Permalink
chore: renovate to group Protobuf artifacts (#1362)
Browse files Browse the repository at this point in the history
  • Loading branch information
suztomo authored and lqiu96 committed Feb 23, 2023
1 parent dc40d5a commit eeb5665
Showing 1 changed file with 66 additions and 1 deletion.
67 changes: 66 additions & 1 deletion renovate.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,70 @@
"config:base"
],
"ignorePaths": [".kokoro/requirements.txt"],
"ignoreDeps": ["rules_pkg"]
"ignoreDeps": ["rules_pkg"],
"packageRules": [
{
"packagePatterns": [
"^com.google.guava:"
],
"versionScheme": "docker"
},
{
"packagePatterns": [
"*"
],
"semanticCommitType": "deps",
"semanticCommitScope": null
},
{
"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"
},
{
"packagePatterns": [
"^{{metadata['repo']['distribution_name']}}",
"^com.google.cloud:libraries-bom",
"^com.google.cloud.samples:shared-configuration"
],
"semanticCommitType": "chore",
"semanticCommitScope": "deps"
},
{
"packagePatterns": [
"^junit:junit",
"^com.google.truth:truth",
"^org.mockito:mockito-core",
"^org.objenesis:objenesis",
"^com.google.cloud:google-cloud-conformance-tests"
],
"semanticCommitType": "test",
"semanticCommitScope": "deps"
},
{
"packagePatterns": [
"^com.google.cloud:google-cloud-"
],
"ignoreUnstable": false
},
{
"packagePatterns": [
"^com.fasterxml.jackson.core"
],
"groupName": "jackson dependencies"
},
{
"packagePatterns": [
"^com.google.protobuf"
],
"groupName": "Protobuf dependencies"
}
],
}

0 comments on commit eeb5665

Please sign in to comment.