From 11af432ce5089bc16c10cf589a63875e0fcc4b83 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andr=C3=A9=20Martins?= Date: Fri, 14 Jun 2024 11:36:59 +0200 Subject: [PATCH] test changes on local fork MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: André Martins --- .github/renovate.json5 | 4 ++-- .github/workflows/renovate.yaml | 3 +++ 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/.github/renovate.json5 b/.github/renovate.json5 index 114ccb00f5a4d..635c4cd7358a6 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 diff --git a/.github/workflows/renovate.yaml b/.github/workflows/renovate.yaml index 9f9fd3d5b3147..283e4ea940c56 100644 --- a/.github/workflows/renovate.yaml +++ b/.github/workflows/renovate.yaml @@ -1,5 +1,8 @@ name: Renovate on: + push: + branches: + - main schedule: # Running every hour every working day (Monday to Friday) - cron: '0 * * * 1-5'