From 8aea696072dc067d8626cbac230ba99e7dbcd036 Mon Sep 17 00:00:00 2001 From: Frank Lichtenheld Date: Thu, 8 Aug 2024 17:40:55 +0200 Subject: [PATCH] Renovate: Also check other repositories - openvpn3 already has a renovate config which is usually handled by a differente renovate instance, but it is still useful to get PR builds for this in GitHub to verify the GHA updates directly. - openvpn doesn't have renovate, yet, so we need to do onboarding first. See https://gerrit.openvpn.net/c/openvpn/+/722 Signed-off-by: Frank Lichtenheld --- .github/workflows/renovate.yaml | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/.github/workflows/renovate.yaml b/.github/workflows/renovate.yaml index d495e2be..435af358 100644 --- a/.github/workflows/renovate.yaml +++ b/.github/workflows/renovate.yaml @@ -5,6 +5,7 @@ on: workflow_dispatch: jobs: renovate: + if: github.repository_owner == 'OpenVPN' runs-on: ubuntu-latest steps: - name: Checkout @@ -16,4 +17,10 @@ jobs: token: ${{ secrets.RENOVATE_TOKEN }} env: LOG_LEVEL: debug - RENOVATE_REPOSITORIES: "[\"${{ github.repository }}\"]" + RENOVATE_REPOSITORIES: >- + ${{ github.repository_owner }}/openvpn-build, + ${{ github.repository_owner }}/openvpn, + ${{ github.repository_owner }}/openvpn3 + RENOVATE_IGNORE_PRESETS: >- + local>openvpntechnologies/ops-sec-renovate, + local>openvpntechnologies/core-team-renovate