Skip to content

Commit 50506f8

Browse files
authored
[chore] Fix renovate go version regex (#3710)
1 parent 056b8f0 commit 50506f8

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)