From 705d4d8455063fbc94e742fdfb3e3666540850fb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andr=C3=A9=20Martins?= Date: Thu, 4 Jul 2024 14:21:57 +0200 Subject: [PATCH] change for private tests in private org MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: André Martins --- .github/renovate.json5 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/renovate.json5 b/.github/renovate.json5 index 69fdf27c43477..2145d840974e6 100644 --- a/.github/renovate.json5 +++ b/.github/renovate.json5 @@ -6,8 +6,8 @@ "helpers:pinGitHubActionDigests" ], // self-hosted configuration - "username": "private-renovate[bot]", - "repositories": ["aanm/cilium"], + "username": "private-renovate-2[bot]", + "repositories": ["aanm-org/cilium"], // renovate first reads this configuration, then reads the repository // configuration, since we don't split between the self-hosted and the // repository configuration, this can lead to duplicate of some areas of the