diff --git a/.github/workflows/renovate.yml b/.github/workflows/renovate.yml index 4fc7a08..64394e7 100644 --- a/.github/workflows/renovate.yml +++ b/.github/workflows/renovate.yml @@ -21,7 +21,7 @@ jobs: uses: actions/checkout@v6 - name: Validate Renovate config - uses: renovatebot/github-action@v44.2.0 + uses: renovatebot/github-action@v44.2.1 env: RENOVATE_DRY_RUN: lookup LOG_LEVEL: debug @@ -47,7 +47,7 @@ jobs: uses: actions/checkout@v6 - name: Self-hosted Renovate - uses: renovatebot/github-action@v44.2.0 + uses: renovatebot/github-action@v44.2.1 env: RENOVATE_DRY_RUN: ${{ github.repository_owner != 'bootc-dev' && 'full' }} LOG_LEVEL: ${{ github.event.inputs.log-level || 'info' }}