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:1fb09a3eb66af09221da69087fd1b4d075bc7c79e508d0708f5dc0f842069da2
17
- # created: 2024-02-05T19:43:08.106031548Z
16
+ digest : sha256:81c3ec554428c8ff6c92f0d58668b7ef52265d053a82284c97a326745e786949
17
+ # created: 2024-03-27T17:59:25.436353226Z
Original file line number Diff line number Diff line change 12
12
],
13
13
"ignorePaths" : [
14
14
" .kokoro/requirements.txt" ,
15
- " .github/workflows/**"
15
+ " .github/workflows/approve-readme.yaml" ,
16
+ " .github/workflows/ci.yaml" ,
17
+ " .github/workflows/renovate_config_check.yaml" ,
18
+ " .github/workflows/samples.yaml"
16
19
],
17
20
"customManagers" : [
18
21
{
23
26
"matchStrings" : [" value: \" gcr.io/cloud-devrel-public-resources/graalvm.*:(?<currentValue>.*?)\" " ],
24
27
"depNameTemplate" : " com.google.cloud:sdk-platform-java-config" ,
25
28
"datasourceTemplate" : " maven"
29
+ },
30
+ {
31
+ "customType" : " regex" ,
32
+ "fileMatch" : [
33
+ " ^.github/workflows/unmanaged_dependency_check.yaml$"
34
+ ],
35
+ "matchStrings" : [" uses: googleapis/sdk-platform-java/java-shared-dependencies/unmanaged-dependency-check@google-cloud-shared-dependencies/v(?<currentValue>.+?)\\ n" ],
36
+ "depNameTemplate" : " com.google.cloud:sdk-platform-java-config" ,
37
+ "datasourceTemplate" : " maven"
26
38
}
27
39
],
28
40
"packageRules" : [
You can’t perform that action at this time.
0 commit comments