From d21f12e1f770ef89e57e4a72f5fc1e1693b4b035 Mon Sep 17 00:00:00 2001 From: odubajDT Date: Thu, 16 Nov 2023 14:37:54 +0100 Subject: [PATCH] chore: exclude busybox from renovate update Signed-off-by: odubajDT --- renovate.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/renovate.json b/renovate.json index 3c5bc1b29e..e397bf12c9 100644 --- a/renovate.json +++ b/renovate.json @@ -91,7 +91,8 @@ ], "ignorePaths": [ "examples/support/observability/config/prometheus/**/*", - "test/prometheus/**/*" + "test/prometheus/**/*", + "test/integration/simple-deployment-container-annotation/00-install.yaml" ] } }