diff --git a/renovate.json b/renovate.json index 3fa360ab5..4830d88bf 100644 --- a/renovate.json +++ b/renovate.json @@ -22,6 +22,17 @@ "https:\/\/github\\.com\/(?.*)\/releases\/download\/(?.*)\/.*\\.zip" ], "datasourceTemplate": "github-releases" + }, + { + "customType": "regex", + "description": "Update Helm Chart values file", + "fileMatch": [ + "values\\.yaml$" + ], + "matchStrings": [ + "image:\\s*name: (?[a-zA-Z0-9\\.\\/]*)\\s*tag: (?[a-zA-Z0-9\\.\\/]*)" + ], + "datasourceTemplate": "docker" } ] }