mirror of
https://github.com/thegeeklab/renovate-presets.git
synced 2024-11-24 22:10:38 +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$"],
|
||||
"matchStrings": [
|
||||
"# renovate:\\n\\s+image:\\s+\"?'?(?<depName>[^:\\s]+):(?<currentValue>[^\"']+)\"?'?"
|
||||
"# renovate:\\n\\s+image:\\s+\"?'?(?<depName>[^:\\s]+):(?<currentValue>[^\"']+?)\"?'?\\s"
|
||||
],
|
||||
"datasourceTemplate": "docker"
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user