Skip to content
This repository was archived by the owner on May 14, 2026. It is now read-only.

Commit 23042f8

Browse files
committed
chore: Restore customerManager matcher for gax-java/dependencies.properties
1 parent 64e5ccf commit 23042f8

1 file changed

Lines changed: 10 additions & 0 deletions

File tree

renovate.json

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,16 @@
1616
"matchStrings": ["(?<depName>.*),(.*)=(?<currentValue>.*)"],
1717
"datasourceTemplate": "maven"
1818
},
19+
{
20+
"customType": "regex",
21+
"fileMatch": [
22+
"^gax-java/dependencies\\.properties$"
23+
],
24+
"matchStrings": [
25+
"=(?<depName>.+\\:.+?):(?<currentValue>.+?)\\n"
26+
],
27+
"datasourceTemplate": "maven"
28+
},
1929
{
2030
"customType": "regex",
2131
"fileMatch": [

0 commit comments

Comments
 (0)