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

ci(renovate): Fix missing escape in renovate config

parent 3c2fbdef
No related branches found
No related tags found
No related merge requests found
......@@ -27,7 +27,7 @@
{
"fileMatch": ["Earthfile$"],
"matchStrings": [
"FROM\\s+(?<depName>(?!\\+)[a-z0-9./-]+):?(?<currentValue>[a-z0-9-.]+)?@?(?<currentDigest>sha256:[a-f0-9]+)?"
"FROM\\s+(?<depName>(?!\\+)[a-z0-9.\\/-]+):?(?<currentValue>[a-z0-9-.]+)?@?(?<currentDigest>sha256:[a-f0-9]+)?"
],
"datasourceTemplate": "docker",
"versioningTemplate": "docker"
......
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