From 19d88dbe0cfbcd9d1149ccb493a9e8e2c0725d2d Mon Sep 17 00:00:00 2001 From: Karl Johan Grahn Date: Mon, 21 Oct 2024 23:24:29 +0200 Subject: [PATCH] update --- renovate.json | 11 +++++++++++ 1 file changed, 11 insertions(+) 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" } ] }