Skip to content
This repository was archived by the owner on Sep 16, 2023. It is now read-only.

Commit 3e1baf7

Browse files
build(java): update renovate config to mark conformance tests as a test commit type (#1199) (#140)
1 parent 2503071 commit 3e1baf7

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

.github/.OwlBot.lock.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
docker:
22
image: gcr.io/repo-automation-bots/owlbot-java:latest
3-
digest: sha256:8a486672c9a4ae5e7d55b9ac252ce1741582b8c2ceeda40efa32376325809928
3+
digest: sha256:2595f321d9a9acf34c2d02e4dc5ec214ce07eecdb43978382d8a88476dec0c16

renovate.json

+2-1
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)