From 76133b7b22cdb8b864d6c1745f314ffffe0a1746 Mon Sep 17 00:00:00 2001 From: bo0tzz Date: Thu, 7 May 2026 14:40:20 +0200 Subject: [PATCH 1/2] fix: use matchDepNames for test deps group I always mix these up... --- renovate.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/renovate.json b/renovate.json index 05878f34..81e04e06 100644 --- a/renovate.json +++ b/renovate.json @@ -11,7 +11,7 @@ "groupName": "helm" }, { - "matchPackageNames": [ + "matchDepNames": [ "ctlptl", "kind", "tilt" From 731194fee470c77beade22d6b43ac088215c6722 Mon Sep 17 00:00:00 2001 From: bo0tzz Date: Thu, 7 May 2026 16:50:17 +0200 Subject: [PATCH 2/2] fix: add kubectl to test deps --- renovate.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/renovate.json b/renovate.json index 81e04e06..5cba7135 100644 --- a/renovate.json +++ b/renovate.json @@ -14,7 +14,8 @@ "matchDepNames": [ "ctlptl", "kind", - "tilt" + "tilt", + "kubectl" ], "groupName": "testing dependencies" }