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

Commit

Permalink
chore: split renovate PRs (#123)
Browse files Browse the repository at this point in the history
For this artifact, we actually care about each individual library in the
release notes. We shouldn't have ordering issues within this bom.
  • Loading branch information
chingor13 committed Aug 13, 2020
1 parent a6243a0 commit a9416a5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 19 deletions.
18 changes: 0 additions & 18 deletions renovate.json
Expand Up @@ -17,24 +17,6 @@
],
"versionScheme": "docker"
},
{
"packagePatterns": [
"^com.google.api:gax",
"^com.google.auth:",
"^com.google.cloud:google-cloud-core",
"^io.grpc:",
"^com.google.guava:"
],
"groupName": "core dependencies"
},
{
"packagePatterns": [
"^com.google.http-client:",
"^com.google.oauth-client:",
"^com.google.api-client:"
],
"groupName": "core transport dependencies"
},
{
"packagePatterns": [
"*"
Expand Down
3 changes: 2 additions & 1 deletion synth.py
Expand Up @@ -18,5 +18,6 @@

java.common_templates(excludes=[
"README.md",
"samples/*"
"samples/*",
"renovate.json",
])

0 comments on commit a9416a5

Please sign in to comment.