Skip to content

Commit

Permalink
chore: group data-catalog test dependencies together (#1304)
Browse files Browse the repository at this point in the history
* chore: group data-catalog test dependencies together

To avoid upperbounddependency errors when data-catalog updates come in

* Update renovate.json

* Update synth.py
  • Loading branch information
stephaniewang526 committed May 12, 2021
1 parent 817cf7b commit f5ffd94
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
9 changes: 9 additions & 0 deletions renovate.json
Expand Up @@ -66,6 +66,15 @@
"^com.fasterxml.jackson.core"
],
"groupName": "jackson dependencies"
},
{
"packagePatterns": [
"^com.google.api.grpc:proto-google-cloud-datacatalog",
"^com.google.cloud:google-cloud-datacatalog"
],
"groupName": "datacatalog dependencies",
"semanticCommitType": "test",
"semanticCommitScope": "deps"
}
],
"semanticCommits": true,
Expand Down
3 changes: 2 additions & 1 deletion synth.py
Expand Up @@ -27,5 +27,6 @@
'.kokoro/presubmit/java8-samples.cfg',
'.kokoro/presubmit/java11-samples.cfg',
'.kokoro/dependencies.sh',
'codecov.yaml'
'codecov.yaml',
'renovate.json',
])

0 comments on commit f5ffd94

Please sign in to comment.