Skip to content

Commit ca7a716

Browse files
authored
chore: add regex to match unmanaged dependency check (#1941)
1 parent c6f5de9 commit ca7a716

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

synthtool/gcp/templates/java_library/renovate.json

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,15 @@
2525
"matchStrings": ["value: \"gcr.io/cloud-devrel-public-resources/graalvm.*:(?<currentValue>.*?)\""],
2626
"depNameTemplate": "com.google.cloud:sdk-platform-java-config",
2727
"datasourceTemplate": "maven"
28+
},
29+
{
30+
"customType": "regex",
31+
"fileMatch": [
32+
"^.github/workflows/unmanaged_dependency_check.yaml$"
33+
],
34+
"matchStrings": ["uses: googleapis/sdk-platform-java/java-shared-dependencies/unmanaged-dependency-check@google-cloud-shared-dependencies/v(?<currentValue>.+?)\\n"],
35+
"depNameTemplate": "com.google.cloud:sdk-platform-java-config",
36+
"datasourceTemplate": "maven"
2837
}
2938
],
3039
"packageRules": [

0 commit comments

Comments
 (0)