From d0b138acb8961072a1ff5167ab81ba5325735a16 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Gonzalo=20Su=C3=A1rez=20Losada?= Date: Wed, 19 Nov 2025 12:48:53 +0100 Subject: [PATCH] fix: gave permission to renovate to access renovate-config repo --- .github/workflows/renovate.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/renovate.yml b/.github/workflows/renovate.yml index 8500ab9..1977009 100644 --- a/.github/workflows/renovate.yml +++ b/.github/workflows/renovate.yml @@ -83,7 +83,9 @@ jobs: app-id: ${{ inputs.github_app_id }} private-key: ${{ secrets.github_app_private_key }} owner: ${{ inputs.owner }} - repositories: ${{ inputs.repositories }} + repositories: | + ${{ inputs.repositories }} + renovate-config - name: Self-hosted Renovate uses: renovatebot/github-action@v43.0.18