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

ci(renovate): Improve version detection regex

parent 690aabfb
No related branches found
No related tags found
No related merge requests found
...@@ -35,7 +35,7 @@ ...@@ -35,7 +35,7 @@
{ {
"fileMatch": ["images/mirror/Earthfile$"], "fileMatch": ["images/mirror/Earthfile$"],
"matchStrings": [ "matchStrings": [
"DO \\+MIRROR --image=\"?'?(?<depName>[^:\\s]+?):(?<currentValue>[^\"]*?)@?(?<currentDigest>sha256:[a-f0-9]+)?\"?'?\\s" "DO \\+MIRROR --image=\"?'?(?<depName>[^:\\s]+?):(?<currentValue>[a-z0-9-.]+?)?@?(?<currentDigest>sha256:[a-f0-9]+)?\"?'?\\s"
], ],
"datasourceTemplate": "docker", "datasourceTemplate": "docker",
"versioningTemplate": "docker" "versioningTemplate": "docker"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment