Skip to content

Commit

Permalink
chore: update renovate config for unmanaged dependency check (#2167)
Browse files Browse the repository at this point in the history
  • Loading branch information
JoeWang1127 authored Mar 13, 2024
1 parent cc54c03 commit 5359063
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion renovate.json
Original file line number Diff line number Diff line change
Expand Up @@ -101,10 +101,11 @@
"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>.*?)"],
"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"
}
Expand Down

0 comments on commit 5359063

Please sign in to comment.