Skip to content

Commit 8db627c

Browse files
committed
try to fix file regex to match
1 parent 9b046cc commit 8db627c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

renovate.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
"customManagers": [
2727
{
2828
"customType": "regex",
29-
"managerFilePatterns": ["^extension/src/cli/dvc/contract.ts$"],
29+
"managerFilePatterns": ["/^extension/src/cli/dvc/contract\\.ts$/"],
3030
"matchStrings": [
3131
"export const LATEST_TESTED_CLI_VERSION = \\'(?<currentValue>[0-9]+\\.[0-9]+\\.[0-9]+)\\'"
3232
],

0 commit comments

Comments
 (0)