From dbbe6b0028e1985ca56e409ccf25dbd8cfde62b1 Mon Sep 17 00:00:00 2001 From: Joseph Ware <53935796+DiamondJoseph@users.noreply.github.com> Date: Tue, 24 Jun 2025 14:07:37 +0100 Subject: [PATCH] fix: Propagate release notes into renovate PRs By adding `home` field to the Helm chart, we allow Renovate to propagate either a link to the chart or release notes into the automated PR it makes. cite: https://github.com/renovatebot/renovate/blob/39fb4207bc268ea83114b58bc0414339620c7416/lib/modules/datasource/helm/index.ts#L29 --- helm/numtracker/Chart.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/helm/numtracker/Chart.yaml b/helm/numtracker/Chart.yaml index 025f5fe..9645fcd 100644 --- a/helm/numtracker/Chart.yaml +++ b/helm/numtracker/Chart.yaml @@ -1,5 +1,6 @@ apiVersion: v2 name: numtracker +home: https://github.com/DiamondLightSource/numtracker description: Helm chart to deploy the numtracker service for unifying instrument filenaming type: application