From f33cc6468a343dc750547d734063c60a5b795a76 Mon Sep 17 00:00:00 2001 From: Joseph Ware <53935796+DiamondJoseph@users.noreply.github.com> Date: Tue, 24 Jun 2025 14:08:56 +0100 Subject: [PATCH] fix: Allow release notes to propagate into automated update 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/tiled/Chart.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/helm/tiled/Chart.yaml b/helm/tiled/Chart.yaml index f6e651401..953bdcdd6 100644 --- a/helm/tiled/Chart.yaml +++ b/helm/tiled/Chart.yaml @@ -1,5 +1,6 @@ apiVersion: v2 name: tiled +home: https://github.com/bluesky/tiled description: Tiled is a data access service for data-aware portals and data science tools. # A chart can be either an 'application' or a 'library' chart.