Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit f5ffd94

Browse files
chore: group data-catalog test dependencies together (#1304)
* chore: group data-catalog test dependencies together To avoid upperbounddependency errors when data-catalog updates come in * Update renovate.json * Update synth.py
1 parent 817cf7b commit f5ffd94

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
lines changed

renovate.json

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -66,6 +66,15 @@
6666
"^com.fasterxml.jackson.core"
6767
],
6868
"groupName": "jackson dependencies"
69+
},
70+
{
71+
"packagePatterns": [
72+
"^com.google.api.grpc:proto-google-cloud-datacatalog",
73+
"^com.google.cloud:google-cloud-datacatalog"
74+
],
75+
"groupName": "datacatalog dependencies",
76+
"semanticCommitType": "test",
77+
"semanticCommitScope": "deps"
6978
}
7079
],
7180
"semanticCommits": true,

synth.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,5 +27,6 @@
2727
'.kokoro/presubmit/java8-samples.cfg',
2828
'.kokoro/presubmit/java11-samples.cfg',
2929
'.kokoro/dependencies.sh',
30-
'codecov.yaml'
30+
'codecov.yaml',
31+
'renovate.json',
3132
])

0 commit comments

Comments
 (0)