From f80cec8c82af16e941fc224c82d3e38c70318dd2 Mon Sep 17 00:00:00 2001 From: alexlebens Date: Thu, 16 May 2024 13:51:53 -0500 Subject: [PATCH] change renovate config --- .github/renovate.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/renovate.json b/.github/renovate.json index 21a6939..272cbdf 100644 --- a/.github/renovate.json +++ b/.github/renovate.json @@ -40,7 +40,7 @@ }, { "description": "Label service images", - "matchPackageNames": [ + "matchDepNames": [ "ghcr.io/alex1989hu/kubelet-serving-cert-approver", "ghcr.io/cloudnative-pg/postgresql", "redis/redis-stack-server" @@ -57,7 +57,7 @@ }, { "description": "Label service charts", - "matchPackageNames": [ + "matchDepNames": [ "elasticsearch", "redis" ], @@ -73,7 +73,7 @@ }, { "description": "Label application images", - "matchPackageNames": [ + "matchDepNames": [ "bbilly1/tubearchivist-jf", "bbilly1/tubearchivist", "freshrss/freshrss", @@ -97,7 +97,7 @@ }, { "description": "Label application charts", - "matchPackageNames": [], + "matchDepNames": [], "matchDatasources": [ "helm" ],