From 428cb94730bfc59ddeb84bfb1c63262961af8244 Mon Sep 17 00:00:00 2001 From: JesseBot Date: Mon, 7 Aug 2023 15:55:00 +0200 Subject: [PATCH 1/2] Update Chart.yaml - make renovate update the chart version --- charts/mastodon/Chart.yaml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/charts/mastodon/Chart.yaml b/charts/mastodon/Chart.yaml index 87b29a2..9d08bcc 100644 --- a/charts/mastodon/Chart.yaml +++ b/charts/mastodon/Chart.yaml @@ -17,9 +17,7 @@ type: application # Versions are expected to follow Semantic Versioning (https://semver.org/) version: 4.1.0 -# This is the version number of the application being deployed. This version number should be -# incremented each time you make changes to the application. Versions are not expected to -# follow Semantic Versioning. They should reflect the version the application is using. +# renovate: image=ghcr.io/mastodon/mastodon appVersion: v4.1.4 dependencies: From d69a985b6134a5c9c9688ed99a9986b509df69be Mon Sep 17 00:00:00 2001 From: JesseBot Date: Mon, 7 Aug 2023 15:56:47 +0200 Subject: [PATCH 2/2] 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+\\.\\-]*)\"" + ] + } + ] }