From d614a1f873f81eb36c2fc380400ceded8f6504a4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Christoph=20B=C3=BChler?= Date: Mon, 2 Oct 2023 10:58:15 +0200 Subject: [PATCH] chore: ignore kubeops cli for this solution --- renovate.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/renovate.json b/renovate.json index c922e7dd..011cd885 100644 --- a/renovate.json +++ b/renovate.json @@ -3,6 +3,6 @@ "extends": ["github>buehler/renovate-config", ":disableMajorUpdates"], "ignorePaths": ["_old/"], "dotnet": { - "ignoreDeps": ["StyleCop.Analyzers"] + "ignoreDeps": ["StyleCop.Analyzers", "KubeOps.Cli"] } }