Skip to content

Commit

Permalink
chore: add regex to match unmanaged dependency check (#1941)
Browse files Browse the repository at this point in the history
  • Loading branch information
JoeWang1127 committed Mar 19, 2024
1 parent c6f5de9 commit ca7a716
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions synthtool/gcp/templates/java_library/renovate.json
Expand Up @@ -25,6 +25,15 @@
"matchStrings": ["value: \"gcr.io/cloud-devrel-public-resources/graalvm.*:(?<currentValue>.*?)\""],
"depNameTemplate": "com.google.cloud:sdk-platform-java-config",
"datasourceTemplate": "maven"
},
{
"customType": "regex",
"fileMatch": [
"^.github/workflows/unmanaged_dependency_check.yaml$"
],
"matchStrings": ["uses: googleapis/sdk-platform-java/java-shared-dependencies/unmanaged-dependency-check@google-cloud-shared-dependencies/v(?<currentValue>.+?)\\n"],
"depNameTemplate": "com.google.cloud:sdk-platform-java-config",
"datasourceTemplate": "maven"
}
],
"packageRules": [
Expand Down

0 comments on commit ca7a716

Please sign in to comment.