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

Commit

Permalink
chore(deps): bundle storage dep updates to avoid conflicts (#203)
Browse files Browse the repository at this point in the history
Issue observed when updating java-storage versions (https://github.com/googleapis/java-notification/runs/1519433891):
```
Failed while enforcing RequireUpperBoundDeps. The error(s) are [
Require upper bound dependencies error for com.google.apis:google-api-services-storage:v1-rev20200927-1.30.10 paths to dependency are:
+-com.google.cloud:google-cloud-notification:0.121.3-beta-SNAPSHOT
  +-com.google.apis:google-api-services-storage:v1-rev20200927-1.30.10
and
+-com.google.cloud:google-cloud-notification:0.121.3-beta-SNAPSHOT
  +-com.google.cloud:google-cloud-storage:1.113.5
    +-com.google.apis:google-api-services-storage:v1-rev20201112-1.31.0
```
  • Loading branch information
stephaniewang526 committed Dec 10, 2020
1 parent ce2c375 commit 18ef6bf
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 0 deletions.
8 changes: 8 additions & 0 deletions renovate.json
Expand Up @@ -55,6 +55,14 @@
"semanticCommitType": "test",
"semanticCommitScope": "deps"
},
{
"packagePatterns": [
"^com.google.apis:google-api-services-storage",
"^com.google.cloud:google-cloud-storage"
],
"semanticCommitType": "deps",
"semanticCommitScope": null
},
{
"packagePatterns": [
"^com.google.cloud:google-cloud-"
Expand Down
1 change: 1 addition & 0 deletions synth.py
Expand Up @@ -20,4 +20,5 @@

java.common_templates(excludes=[
'README.md',
'renovate.json'
])

0 comments on commit 18ef6bf

Please sign in to comment.