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
1 changed files with 2 additions and 3 deletions

View File

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