Skip to content

Commit 9a238a0

Browse files
authored
build(java): update renovate config to mark conformance tests as a test commit type (#1199)
1 parent dfd55ad commit 9a238a0

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

synthtool/gcp/templates/java_library/renovate.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,8 @@
5050
"^junit:junit",
5151
"^com.google.truth:truth",
5252
"^org.mockito:mockito-core",
53-
"^org.objenesis:objenesis"
53+
"^org.objenesis:objenesis",
54+
"^com.google.cloud:google-cloud-conformance-tests"
5455
],
5556
"semanticCommitType": "test",
5657
"semanticCommitScope": "deps"

0 commit comments

Comments
 (0)