From d69a985b6134a5c9c9688ed99a9986b509df69be Mon Sep 17 00:00:00 2001 From: JesseBot Date: Mon, 7 Aug 2023 15:56:47 +0200 Subject: [PATCH] Update renovate.json --- .github/renovate.json | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/.github/renovate.json b/.github/renovate.json index a8a1b20..bccaf31 100644 --- a/.github/renovate.json +++ b/.github/renovate.json @@ -2,4 +2,13 @@ "repositories": [ "jessebot/mastodon-helm-chart" ] + "regexManagers": [ + { + "datasourceTemplate": "docker", + "fileMatch": ["(^|/)Chart\\.yaml$"], + "matchStrings": [ + "#\\s?renovate: image=(?.*?)\\s?appVersion:\\s?\\\"?(?[\\w+\\.\\-]*)\"" + ] + } + ] }