From 9708da39e097c09f75d9c38d9428a707087b7026 Mon Sep 17 00:00:00 2001 From: Sagent Date: Tue, 9 Jun 2026 17:49:23 +0000 Subject: [PATCH] chore: fix common Helm repo hostname (scm.cabillot.eu), remove redundant packageRules --- charts/cv/Chart.yaml | 8 ++++---- renovate.json | 11 ----------- 2 files changed, 4 insertions(+), 15 deletions(-) diff --git a/charts/cv/Chart.yaml b/charts/cv/Chart.yaml index 7c29e3c..0ca9223 100644 --- a/charts/cv/Chart.yaml +++ b/charts/cv/Chart.yaml @@ -7,10 +7,10 @@ version: 0.0.11 kubeVersion: ">=1.16.0-0" keywords: - cv -home: https://scm.docker.cabillot.eu/web/cv-helm/ -icon: https://scm.docker.cabillot.eu/repo-avatars/89-d8eec884cb05430e8ccdc486841bb431 +home: https://scm.cabillot.eu/web/cv-helm/ +icon: https://scm.cabillot.eu/repo-avatars/89-d8eec884cb05430e8ccdc486841bb431 sources: -- https://scm.docker.cabillot.eu/web/cv +- https://scm.cabillot.eu/web/cv maintainers: - name: Julien Cabillot email: dockerimages@cabillot.eu @@ -24,5 +24,5 @@ appVersion: "latest" dependencies: - name: common - repository: "https://scm.docker.cabillot.eu/perso/helm-library-common/raw/branch/master/" + repository: "https://scm.cabillot.eu/perso/helm-library-common/raw/branch/master/" version: 4.2.0 diff --git a/renovate.json b/renovate.json index f92dae2..1cbf8e9 100644 --- a/renovate.json +++ b/renovate.json @@ -10,16 +10,5 @@ ], "datasourceTemplate": "docker" } - ], - "packageRules": [ - { - "matchDatasources": [ - "helm" - ], - "matchPackageNames": [ - "common" - ], - "enabled": false - } ] }