From 8fe0248d37abfe61119ea85a54b4d2fcf9ad15d0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andr=C3=A9=20Martins?= Date: Fri, 21 Jun 2024 14:39:48 +0200 Subject: [PATCH] change for private tests in private repository 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 aa5c518aadd06..69fdf27c43477 100644 --- a/.github/renovate.json5 +++ b/.github/renovate.json5 @@ -6,8 +6,8 @@ "helpers:pinGitHubActionDigests" ], // self-hosted configuration - "username": "cilium-renovate[bot]", - "repositories": ["cilium/cilium"], + "username": "private-renovate[bot]", + "repositories": ["aanm/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