mirror of
https://github.com/thegeeklab/renovate-presets.git
synced 2024-11-25 08:10:39 +00:00
fix: fix kubernetes manifest image versioning (#3)
This commit is contained in:
parent
443f00a4f0
commit
8628270984
@ -26,7 +26,7 @@
|
|||||||
{
|
{
|
||||||
"fileMatch": ["^flux/.+\\.yaml$"],
|
"fileMatch": ["^flux/.+\\.yaml$"],
|
||||||
"matchStrings": [
|
"matchStrings": [
|
||||||
"# renovate:\\n\\s+image:\\s+\"?'?(?<depName>[^:\\s]+):(?<currentValue>[^\"']+)\"?'?"
|
"# renovate:\\n\\s+image:\\s+\"?'?(?<depName>[^:\\s]+):(?<currentValue>[^\"']+?)\"?'?\\s"
|
||||||
],
|
],
|
||||||
"datasourceTemplate": "docker"
|
"datasourceTemplate": "docker"
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user