Skip to content

Commit b2bcb8b

Browse files
committed
ci: Make Renovate Knope version capture greedy
1 parent 8818c7b commit b2bcb8b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/renovate.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"regexManagers": [
88
{
99
"fileMatch": ["release.*\\.yml"],
10-
"matchStrings": ["version:\\s*(?<currentValue>.*?)"],
10+
"matchStrings": ["version:\\s*(?<currentValue>.*)"],
1111
"depNameTemplate": "knope",
1212
"datasourceTemplate": "crate"
1313
}

0 commit comments

Comments
 (0)