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:
parent
6bdbe089f4
commit
f8537ac72b
@ -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
|
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user