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

ci(renovate): Adjust regex to match `.*image:` keys

parent a4348a62
Branches
Tags
No related merge requests found
...@@ -71,7 +71,7 @@ ...@@ -71,7 +71,7 @@
"\\.yaml$" "\\.yaml$"
], ],
"matchStrings": [ "matchStrings": [
"# renovate:\\n\\s+image: \"?'?(?<depName>[^:\\s]+?):(?<currentValue>[^\"]*?)@?(?<currentDigest>sha256:[a-f0-9]+)?\"?'?\"?'?\\s" "# renovate:\\n\\s+(?:\\S*)image: \"?'?(?<depName>[^:\\s]+?):(?<currentValue>[^\"]*?)@?(?<currentDigest>sha256:[a-f0-9]+)?\"?'?\\s"
], ],
"datasourceTemplate": "docker", "datasourceTemplate": "docker",
"versioningTemplate": "docker" "versioningTemplate": "docker"
...@@ -85,17 +85,6 @@ ...@@ -85,17 +85,6 @@
"# renovate: datasource=(?<datasource>[a-z-.]+?) depName=(?<depName>[^\\s]+?)(?: (lookupName|packageName)=(?<packageName>[^\\s]+?))?(?: versioning=(?<versioning>[^\\s]+?))?(?: registryUrl=(?<registryUrl>[^\\s]+?))?\\s+\\S+?: \"?(?<currentValue>.+?)@?(?<currentDigest>sha256:[a-f0-9]+)?\"?\\s" "# renovate: datasource=(?<datasource>[a-z-.]+?) depName=(?<depName>[^\\s]+?)(?: (lookupName|packageName)=(?<packageName>[^\\s]+?))?(?: versioning=(?<versioning>[^\\s]+?))?(?: registryUrl=(?<registryUrl>[^\\s]+?))?\\s+\\S+?: \"?(?<currentValue>.+?)@?(?<currentDigest>sha256:[a-f0-9]+)?\"?\\s"
] ]
}, },
{
"customType": "regex",
"fileMatch": [
"terraform/hedgedoc-demo/templates/docker-compose.tpl$"
],
"matchStrings": [
"# renovate:\\n\\s+image: \"?'?(?<depName>[^:\\s]+?):(?<currentValue>[^\"]*?)\"?'?\\s"
],
"datasourceTemplate": "docker",
"versioningTemplate": "docker"
},
{ {
"customType": "regex", "customType": "regex",
"fileMatch": [ "fileMatch": [
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment