Skip to content
Snippets Groups Projects
Verified Commit 5f6f4c01 authored by Sheogorath's avatar Sheogorath :european_castle:
Browse files

ci(renovate): Fix regex for helm version detection

This patch adds the \\s (space character) at the end of the regex in, to
make sure it always matches the whole line, not just the first character
of the version number, since the `?` at the end of the `<currentValue>`
regex match indicates that the regex match should be as short as
possible.
parent 310ad7c7
No related branches found
No related tags found
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment