renovate: Fix regexp match
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
parent
78847b2a10
commit
36b7f2172c
@ -11,23 +11,11 @@
|
||||
"^tuto3.yml$"
|
||||
],
|
||||
"matchStrings": [
|
||||
"init:\n\s*(?<depName>.*?):(?<currentValue>.+)",
|
||||
"init:(\n\s*-.*?)*\n\s*-(?<depName>.*?):(?<currentValue>.+)"
|
||||
"\\s*-\\s+(?<depName>\\w[a-zA-Z.\\/-]*?):(?<currentValue>[a-zA-Z0-9.-]*?)\\n",
|
||||
"image:\\s*(?<depName>\\S.*?):(?<currentValue>.+)"
|
||||
],
|
||||
"datasourceTemplate": "docker"
|
||||
},
|
||||
{
|
||||
"fileMatch": [
|
||||
"^challenge.yml$",
|
||||
"^login.yml$",
|
||||
"^server.yml$",
|
||||
"^tuto2.yml$",
|
||||
"^tuto3.yml$"
|
||||
],
|
||||
"matchStrings": [
|
||||
"image:\s*(?<depName>.*?):(?<currentValue>.+)"
|
||||
],
|
||||
"datasourceTemplate": "docker"
|
||||
"datasourceTemplate": "docker",
|
||||
"versioningTemplate": "docker"
|
||||
}
|
||||
],
|
||||
"packageRules": [
|
||||
|
Reference in New Issue
Block a user