Skip to content

Commit c62137e

Browse files
committed
Fix renovate go version detection in GH workflows
1 parent 79f10eb commit c62137e

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
@@ -12,7 +12,7 @@
1212
"(^|/)\\.github/workflows/.+\\.ya?ml$"
1313
],
1414
"matchStrings": [
15-
"go-version: \"~(?<currentValue>.+)\""
15+
"go-version: (\"')~(?<currentValue>.+)(\"|')"
1616
]
1717
},
1818
{

0 commit comments

Comments
 (0)