Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
zachariahmiller authored Dec 14, 2023
1 parent f4ddc17 commit 77410bf
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 @@ -38,7 +38,7 @@
"fileMatch": ["\\.*\\.ya?ml$"],
"matchStrings": [
"- (?<depName>.*):(?<currentValue>v\\d+\\.\\d+\\.\\d+)",
"- (?<depName>[\\w./-]+):(?<currentValue>\\d+\\.\\d+\\.\\d+)(-.+)?$"
"-? ?(?<depName>.*):(?<currentValue>v?\\d+\\.\\d+\\.\\d+)(-\\.+)?"
],
"datasourceTemplate": "docker",
"versioningTemplate": "semver"
Expand Down

0 comments on commit 77410bf

Please sign in to comment.