Skip to content

Commit c0e4f59

Browse files
authored
fix regex
1 parent 3d13197 commit c0e4f59

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

renovate.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@
7070
"^libops\\.yml$"
7171
],
7272
"matchStrings": [
73-
"# renovate: datasource=(?<datasource>[a-z-]+?) depName=(?<depName>.+?) packageName=(?<packageName>.+?)\\sislandora-tag: (?<currentValue>[\\d\\.]+?)"
73+
"# renovate: datasource=(?<datasource>[a-z-]+?) depName=(?<depName>.+?) packageName=(?<packageName>.+?)\\sislandora-tag: (?<currentValue>\\d+\\.\\d+\\.\\d+)"
7474
]
7575
}
7676
],

0 commit comments

Comments
 (0)