From 8bf50a64b0b75f4bb0b8a5d53a813761c6ad1782 Mon Sep 17 00:00:00 2001 From: Moritz Wiesinger Date: Thu, 9 Nov 2023 14:26:57 +0100 Subject: [PATCH] chore: update renovate config to ignore test repos (#2451) --- .github/actions/spelling/expect.txt | 2 ++ renovate.json | 3 ++- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/.github/actions/spelling/expect.txt b/.github/actions/spelling/expect.txt index 848d32c84f..63fa3661bc 100644 --- a/.github/actions/spelling/expect.txt +++ b/.github/actions/spelling/expect.txt @@ -602,6 +602,8 @@ tracetest trivy trivyignore trunc +ttlsecondsafterfinished +ttlsecondstask UIDs undeploy unmarshal diff --git a/renovate.json b/renovate.json index fa8417205f..a50bd7a8f6 100644 --- a/renovate.json +++ b/renovate.json @@ -31,7 +31,8 @@ "docker.io\\/mowies\\/.*", "docker.io\\/odubajdt\\/.*", "docker.io\\/thisthatdc\\/.*", - "testreg\\/.*" + "testreg\\/.*", + ".*\\/myrep" ] }, {