File tree Expand file tree Collapse file tree 2 files changed +15
-3
lines changed Expand file tree Collapse file tree 2 files changed +15
-3
lines changed Original file line number Diff line number Diff line change 13
13
# limitations under the License.
14
14
docker :
15
15
image : gcr.io/cloud-devrel-public-resources/owlbot-java:latest
16
- digest : sha256:a6aa751984f1e905c3ae5a3aac78fc7b68210626ce91487dc7ff4f0a06f010cc
17
- # created: 2024-01-22T14:14:20.913785597Z
16
+ digest : sha256:1fb09a3eb66af09221da69087fd1b4d075bc7c79e508d0708f5dc0f842069da2
17
+ # created: 2024-02-05T19:43:08.106031548Z
Original file line number Diff line number Diff line change 14
14
" .kokoro/requirements.txt" ,
15
15
" .github/workflows/**"
16
16
],
17
+ "customManagers" : [
18
+ {
19
+ "customType" : " regex" ,
20
+ "fileMatch" : [
21
+ " ^.kokoro/presubmit/graalvm-native.*.cfg$"
22
+ ],
23
+ "matchStrings" : [" value: \" gcr.io/cloud-devrel-public-resources/graalvm.*:(?<currentValue>.*?)\" " ],
24
+ "depNameTemplate" : " com.google.cloud:sdk-platform-java-config" ,
25
+ "datasourceTemplate" : " maven"
26
+ }
27
+ ],
17
28
"packageRules" : [
18
29
{
19
30
"packagePatterns" : [
55
66
" ^com.google.truth:truth" ,
56
67
" ^org.mockito:mockito-core" ,
57
68
" ^org.objenesis:objenesis" ,
58
- " ^com.google.cloud:google-cloud-conformance-tests"
69
+ " ^com.google.cloud:google-cloud-conformance-tests" ,
70
+ " ^org.graalvm.buildtools:junit-platform-native"
59
71
],
60
72
"semanticCommitType" : " test" ,
61
73
"semanticCommitScope" : " deps"
You can’t perform that action at this time.
0 commit comments