Skip to content

Commit

Permalink
fix: regex
Browse files Browse the repository at this point in the history
  • Loading branch information
michaeladler committed Jun 5, 2024
1 parent c97e23a commit a9839c3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion renovate.json5
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
fileMatch: [".ci/packages/versions.env"],
matchStringsStrategy: "any",
matchStrings: [
"export [A-Z]+_VERSION=(?<currentValue>.*) # (?<datasource>.*?)/(?<depName>.*?)(\\&versioning=(?<versioning>.*?))?\\s",
"export .*?_VERSION=(?<currentValue>.*) # (?<datasource>.*?)/(?<depName>.*?)(\\&versioning=(?<versioning>.*?))?\\s",
],
},
],
Expand Down

0 comments on commit a9839c3

Please sign in to comment.