Skip to content

Commit

Permalink
adjust regex string to allow omission of version template
Browse files Browse the repository at this point in the history
Signed-off-by: Moritz Wiesinger <moritz.wiesinger@dynatrace.com>
  • Loading branch information
mowies committed Jun 26, 2023
1 parent fca7bb0 commit 19fd141
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 @@ -58,7 +58,7 @@
"(^|\\/).*\\.sh$"
],
"matchStrings": [
"# renovate: datasource=(?<datasource>.+?) depName=(?<depName>.+?)\\s.*?(tag|_VERSION) ?(\\??=|\\: ?) ?\\\"?(?<currentValue>.+?)?\\\"? extractVersionTemplate=\\\"?(?<extractVersionTemplate>.*?)\\\"?\\s"
"# renovate: datasource=(?<datasource>.+?) depName=(?<depName>.+?)\\s.*?(tag|_VERSION) ?(?<separator>\\??=|\\: ?) ?\\\"?(?<currentValue>.+?)?\\\"?( extractVersionTemplate=\\\"?(?<extractVersionTemplate>.*?))?\\\"?\\s"
]
},
{
Expand Down

0 comments on commit 19fd141

Please sign in to comment.