renovate: Fix regexp match
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
nemunaire 2023-02-19 16:38:12 +01:00
parent 78847b2a10
commit 36b7f2172c

View File

@ -11,23 +11,11 @@
"^tuto3.yml$" "^tuto3.yml$"
], ],
"matchStrings": [ "matchStrings": [
"init:\n\s*(?<depName>.*?):(?<currentValue>.+)", "\\s*-\\s+(?<depName>\\w[a-zA-Z.\\/-]*?):(?<currentValue>[a-zA-Z0-9.-]*?)\\n",
"init:(\n\s*-.*?)*\n\s*-(?<depName>.*?):(?<currentValue>.+)" "image:\\s*(?<depName>\\S.*?):(?<currentValue>.+)"
], ],
"datasourceTemplate": "docker" "datasourceTemplate": "docker",
}, "versioningTemplate": "docker"
{
"fileMatch": [
"^challenge.yml$",
"^login.yml$",
"^server.yml$",
"^tuto2.yml$",
"^tuto3.yml$"
],
"matchStrings": [
"image:\s*(?<depName>.*?):(?<currentValue>.+)"
],
"datasourceTemplate": "docker"
} }
], ],
"packageRules": [ "packageRules": [