0
0
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:
Robert Kaussow 2022-12-19 21:45:36 +01:00 committed by GitHub
parent 443f00a4f0
commit 8628270984
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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"
} }