Skip to content

Commit 1705981

Browse files
authored
[chore] fix renovate regex config (#733)
Signed-off-by: Moritz Wiesinger <[email protected]>
1 parent ee3ebeb commit 1705981

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

renovate.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@
7878
"(^|\\/).github\\/.*\\.ya?ml$"
7979
],
8080
"matchStrings": [
81-
"goreleaser\\/goreleaser-action@[\\S\\s]+version: (?<currentValue>.*?)$"
81+
"goreleaser\\/goreleaser-action@[\\S\\s]+?version: (?<currentValue>.*?)$"
8282
],
8383
"depNameTemplate": "github.com/goreleaser/goreleaser-pro",
8484
"datasourceTemplate": "github-releases"

0 commit comments

Comments
 (0)