Skip to content

Commit 3eeb5f3

Browse files
authoredMay 16, 2024
renovate: fix handling of opentofu_version in Makefile (#2211)
Signed-off-by: Christian Berendt <berendt@osism.tech>
1 parent 3c0589b commit 3eeb5f3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎.github/renovate.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
"^Makefile"
1010
],
1111
"matchStrings":[
12-
"# renovate: datasource=(?<datasource>github-releases) depName=(?<depName>.*?)\nTOFU_VERSION \\?= (?<currentValue>.*?)"
12+
"# renovate: datasource=(?<datasource>github-releases) depName=(?<depName>.*?)\nTOFU_VERSION \\?= (?<currentValue>.*?)\n"
1313
],
1414
"extractVersionTemplate": "^v(?<version>.*)$"
1515
},

0 commit comments

Comments
 (0)
Please sign in to comment.