From baf774f4b0b51d8da5cedd1772c3ba14b172f05f Mon Sep 17 00:00:00 2001 From: official-Cromatin Date: Sun, 21 Sep 2025 17:35:50 +0200 Subject: [PATCH] Fix "No repositories found" error for renovate action --- .github/workflows/renovate.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/renovate.yml b/.github/workflows/renovate.yml index 276b6db..f705a65 100644 --- a/.github/workflows/renovate.yml +++ b/.github/workflows/renovate.yml @@ -6,7 +6,7 @@ on: - cron: '0 2 * * 1' permissions: - contents: read + contents: write pull-requests: write jobs: @@ -30,4 +30,4 @@ jobs: LOG_LEVEL: debug run: | cd ${{ github.workspace }} - renovate --platform=github + renovate --platform=github --repositories "${{ github.repository }}"