diff --git a/charts/enoki-mastodon/Chart.yaml b/charts/enoki-mastodon/Chart.yaml index 9de37ae..1ef0f8d 100644 --- a/charts/enoki-mastodon/Chart.yaml +++ b/charts/enoki-mastodon/Chart.yaml @@ -6,6 +6,7 @@ type: application version: 0.3.8 +# renovate: image=ghcr.io/mastodon/mastodon appVersion: 4.2.1 dependencies: diff --git a/charts/mastodon/Chart.yaml b/charts/mastodon/Chart.yaml index 4fa203f..d4c2c35 100644 --- a/charts/mastodon/Chart.yaml +++ b/charts/mastodon/Chart.yaml @@ -20,6 +20,7 @@ version: 4.0.9 # 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.2.1 dependencies: diff --git a/renovate.json b/renovate.json index 39a2b6e..36cb113 100644 --- a/renovate.json +++ b/renovate.json @@ -2,5 +2,16 @@ "$schema": "https://docs.renovatebot.com/renovate-schema.json", "extends": [ "config:base" + ], + "regexManagers": [ + { + "fileMatch": [ + "(^|/)Chart\\.yaml$" + ], + "matchStrings": [ + "#\\s?renovate: image=(?.*?)\\s?appVersion:\\s?\\\"?(?[\\w+\\.\\-]*)" + ], + "datasourceTemplate": "docker" + } ] }