Skip to content

Commit ca3f418

Browse files
build(java): update renovate config to mark conformance tests as a test commit type (#587)
This PR was generated using Autosynth. 🌈 Synth log will be available here: https://source.cloud.google.com/results/invocations/453a1ad7-572e-4fc1-9d6e-c50f07456c5f/targets - [ ] To automatically regenerate this PR, check this box. (May take up to 24 hours.) Source-Link: googleapis/synthtool@9a238a0
1 parent 2c9650f commit ca3f418

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

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"

synth.metadata

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,14 +4,14 @@
44
"git": {
55
"name": ".",
66
"remote": "https://github.com/googleapis/java-spanner-jdbc.git",
7-
"sha": "6bdbbbcdec6095cdf4f66d34a6d91644501fa955"
7+
"sha": "2c9650facf3e9e5a327caeb2ab7550299b38a57b"
88
}
99
},
1010
{
1111
"git": {
1212
"name": "synthtool",
1313
"remote": "https://github.com/googleapis/synthtool.git",
14-
"sha": "e2aa5bcc3356d9e3b8b53de3b5c86226447d3a22"
14+
"sha": "9a238a0623879c3de129a376c6085d4a862f6eb9"
1515
}
1616
}
1717
],

0 commit comments

Comments
 (0)