Skip to content

Commit c320f47

Browse files
build(java): update renovate config to mark conformance tests as a test commit type (#1398)
This PR was generated using Autosynth. 🌈 Synth log will be available here: https://source.cloud.google.com/results/invocations/ce89d179-a8ad-4c3d-9e27-c395c59b8b3a/targets - [ ] To automatically regenerate this PR, check this box. (May take up to 24 hours.) Source-Link: googleapis/synthtool@9a238a0
1 parent cc543c7 commit c320f47

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,7 +4,7 @@
44
"git": {
55
"name": ".",
66
"remote": "https://github.com/googleapis/java-spanner.git",
7-
"sha": "51a4c248b9681fced2d8118f7180f8a61049e2de"
7+
"sha": "d28d8a1d710b1cd47ef3b2ca1fa87750a007b5cf"
88
}
99
},
1010
{
@@ -19,7 +19,7 @@
1919
"git": {
2020
"name": "synthtool",
2121
"remote": "https://github.com/googleapis/synthtool.git",
22-
"sha": "e2aa5bcc3356d9e3b8b53de3b5c86226447d3a22"
22+
"sha": "9a238a0623879c3de129a376c6085d4a862f6eb9"
2323
}
2424
}
2525
],

0 commit comments

Comments
 (0)