Skip to content

Commit

Permalink
don't match newline as version
Browse files Browse the repository at this point in the history
Signed-off-by: eternal-flame-AD <[email protected]>
  • Loading branch information
eternal-flame-AD committed Nov 1, 2024
1 parent 995de71 commit 414096e
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 @@ -23,7 +23,7 @@
],
"depTypeTemplate": "language",
"matchStrings": [
"^(?<currentValue>.+)\\n"
"^(?<currentValue>[0-9.]+)"
],
"extractVersionTemplate": "^v(?<version>.+)$",
"depNameTemplate": "gotify/build",
Expand Down

0 comments on commit 414096e

Please sign in to comment.