Skip to content

Commit

Permalink
[chore] fix renovate regex config (open-telemetry#733)
Browse files Browse the repository at this point in the history
Signed-off-by: Moritz Wiesinger <moritz.wiesinger@dynatrace.com>
  • Loading branch information
mowies authored Nov 15, 2024
1 parent ee3ebeb commit 1705981
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion renovate.json
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@
"(^|\\/).github\\/.*\\.ya?ml$"
],
"matchStrings": [
"goreleaser\\/goreleaser-action@[\\S\\s]+version: (?<currentValue>.*?)$"
"goreleaser\\/goreleaser-action@[\\S\\s]+?version: (?<currentValue>.*?)$"
],
"depNameTemplate": "github.com/goreleaser/goreleaser-pro",
"datasourceTemplate": "github-releases"
Expand Down

0 comments on commit 1705981

Please sign in to comment.