From 36bc965a580044a24346e661c0bbb19c0b51571d Mon Sep 17 00:00:00 2001 From: Cees-Jan Kiewiet Date: Sun, 17 Nov 2024 14:50:43 +0100 Subject: [PATCH] Ignore deprecated charts by Renovate --- .github/renovate.json | 6 +++++- README.md | 1 - 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/.github/renovate.json b/.github/renovate.json index e847fb3..240d98e 100644 --- a/.github/renovate.json +++ b/.github/renovate.json @@ -4,5 +4,9 @@ "labels": [ "Dependencies 📦"], "recreateClosed": true, "allowScripts": true, - "allowPlugins": true + "allowPlugins": true, + "ignorePaths": [ + "charts/commento/**", + "charts/commentoplusplus/**" + ] } diff --git a/README.md b/README.md index 986ee08..12e93f0 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,6 @@ Opinionated helm chats for my personal projects, and OSS Projects that either do ### Application -* [`commento++`](https://artifacthub.io/packages/helm/wyrihaximusnet/commentoplusplus) * [`default-backend`](https://artifacthub.io/packages/helm/wyrihaximusnet/default-backend) * [`docker-hub-exporter`](https://artifacthub.io/packages/helm/wyrihaximusnet/docker-hub-exporter) * [`pi-hole-exporter`](https://artifacthub.io/packages/helm/wyrihaximusnet/pi-hole-exporter)