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

ci(renovate): Fix typo in regex manager keys

parent ba91eec3
No related branches found
No related tags found
No related merge requests found
...@@ -25,7 +25,7 @@ ...@@ -25,7 +25,7 @@
}, },
"regexManagers": [ "regexManagers": [
{ {
"fileMath": ["Earthfile$"], "fileMatch": ["Earthfile$"],
"matchStrings": [ "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]+)?"
], ],
...@@ -33,7 +33,7 @@ ...@@ -33,7 +33,7 @@
"versioningTemplate": "docker" "versioningTemplate": "docker"
}, },
{ {
"fileMath": ["images/mirror/Earthfile$"], "fileMatch": ["images/mirror/Earthfile$"],
"matchStrings": [ "matchStrings": [
"DO \\+MIRROR --image=\"?'?(?<depName>[^:\\s]+?):(?<currentValue>[^\"]*?)\"?'?\\s" "DO \\+MIRROR --image=\"?'?(?<depName>[^:\\s]+?):(?<currentValue>[^\"]*?)\"?'?\\s"
], ],
......
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