Skip to content

Commit 381fbe1

Browse files
committed
chore: Remove regex for custom manager
1 parent ba696ec commit 381fbe1

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

renovate.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
"customManagers": [
1313
{
1414
"customType": "regex",
15-
"fileMatch": ["/^dependencies\\.txt$/"],
15+
"fileMatch": ["dependencies.txt"],
1616
"matchStrings": ["(?<depName>.*),(.*)=(?<currentValue>.*)"],
1717
"datasourceTemplate": "maven"
1818
},

0 commit comments

Comments
 (0)