0
0
mirror of https://github.com/thegeeklab/renovate-presets.git synced 2024-11-22 09:20:38 +00:00

fix: allow imageName properites as regex manager match string

This commit is contained in:
Robert Kaussow 2023-02-24 23:30:30 +01:00
parent 6bdbe089f4
commit f8537ac72b
Signed by: xoxys
GPG Key ID: 4E692A2EAECC03C0

View File

@ -26,10 +26,9 @@
{ {
"fileMatch": ["^flux/.+\\.yaml$"], "fileMatch": ["^flux/.+\\.yaml$"],
"matchStrings": [ "matchStrings": [
"# renovate:\\n\\s+image:\\s+\"?'?(?<depName>[^:\\s]+):(?<currentValue>[^\"']+?)\"?'?\\s" "# renovate:\\n\\s+(image|imageName):\\s+\"?'?(?<depName>[^:\\s]+):(?<currentValue>[^\"']+?)\"?'?\\s"
], ],
"datasourceTemplate": "docker", "datasourceTemplate": "docker"
"pinDigests": true
} }
] ]
} }