Skip to content

Commit

Permalink
chore: update renovate config to apply grouping to recently added dep…
Browse files Browse the repository at this point in the history
…endencies (#2609)

Renovate will open individual PRs for mutli-module projects where we depend on multiple artifacts. In an effort to make reviews of these PRs simpler, and to reduce CI compute time group them together.
  • Loading branch information
BenWhitehead authored Jul 1, 2024
1 parent 6c2b6bd commit a6b55e4
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions renovate.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,7 @@
"semanticCommitScope": null
},
{
"groupName": "maven plugins",
"packagePatterns": [
"^org.apache.maven",
"^org.jacoco:",
Expand All @@ -58,17 +59,27 @@
"semanticCommitScope": "deps"
},
{
"groupName": "storage release dependencies",
"packagePatterns": [
"^com.google.cloud:google-cloud-storage",
"^com.google.api.grpc:proto-google-cloud-storage-v2",
"^com.google.api.grpc:grpc-google-cloud-storage-v2",
"^com.google.api.grpc:gapic-google-cloud-storage-v2",
"^com.google.api.grpc:proto-google-cloud-storage-control-v2",
"^com.google.api.grpc:grpc-google-cloud-storage-control-v2",
"^com.google.cloud:google-cloud-storage-control",
"^com.google.cloud:libraries-bom",
"^com.google.cloud.samples:shared-configuration"
],
"semanticCommitType": "chore",
"semanticCommitScope": "deps"
},
{
"groupName": "test libraries",
"packagePatterns": [
"^junit:junit",
"^org.junit",
"^net.jqwik",
"^com.google.truth:truth",
"^org.mockito:mockito-core",
"^org.objenesis:objenesis",
Expand Down

0 comments on commit a6b55e4

Please sign in to comment.