diff --git a/.github/workflows/renovatebot.yml b/.github/workflows/renovatebot.yml index 62b106dd08..00b4c3b133 100644 --- a/.github/workflows/renovatebot.yml +++ b/.github/workflows/renovatebot.yml @@ -10,11 +10,15 @@ jobs: runs-on: ubuntu-latest container: image: ghcr.io/renovatebot/renovate + options: --user root #workaround for checkout steps: - name: Check out repository uses: actions/checkout@v3 + - name: Checking files inside workspace + run: ls -R ${{github.workspace}} + - name: Run Renovate env: RENOVATE_CONFIG_FILE: ${{ github.workspace }}/config.js