This repository was archived by the owner on Apr 7, 2026. It is now read-only.
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 1313# limitations under the License.
1414docker :
1515 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 1414 " .kokoro/requirements.txt" ,
1515 " .github/workflows/**"
1616 ],
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+ ],
1728 "packageRules" : [
1829 {
1930 "packagePatterns" : [
5566 " ^com.google.truth:truth" ,
5667 " ^org.mockito:mockito-core" ,
5768 " ^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"
5971 ],
6072 "semanticCommitType" : " test" ,
6173 "semanticCommitScope" : " deps"
You can’t perform that action at this time.
0 commit comments