Skip to content

Commit 5359063

Browse files
authored
chore: update renovate config for unmanaged dependency check (#2167)
1 parent cc54c03 commit 5359063

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

renovate.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,10 +101,11 @@
101101
"datasourceTemplate": "maven"
102102
},
103103
{
104+
"customType": "regex",
104105
"fileMatch": [
105106
"^.github/workflows/unmanaged_dependency_check.yaml$"
106107
],
107-
"matchStrings": ["uses: googleapis/sdk-platform-java/java-shared-dependencies/unmanaged-dependency-check@google-cloud-shared-dependencies/v(?<currentValue>.*?)"],
108+
"matchStrings": ["uses: googleapis/sdk-platform-java/java-shared-dependencies/unmanaged-dependency-check@google-cloud-shared-dependencies/v(?<currentValue>.+?)\\n"],
108109
"depNameTemplate": "com.google.cloud:sdk-platform-java-config",
109110
"datasourceTemplate": "maven"
110111
}

0 commit comments

Comments
 (0)