diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 855267f..77058b6 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -155,7 +155,7 @@ jobs: - name: Validate config env: - RENOVATE_VERSION: 39.10.0@sha256:02142c384374c90258aca06421cd6239baebf695cce13ed542b442e08d82685c + RENOVATE_VERSION: 39.10.1@sha256:c48a141ef5ec1396733ea10f0423526f30ce9dd01294e1d9f2a03b94b006c88f run: > docker run --rm -v ./.github/renovate.json:/renovate.json --entrypoint renovate-config-validator diff --git a/.github/workflows/renovate.yaml b/.github/workflows/renovate.yaml index 0ef582d..9013bdf 100644 --- a/.github/workflows/renovate.yaml +++ b/.github/workflows/renovate.yaml @@ -26,5 +26,5 @@ jobs: LOG_LEVEL: ${{ github.event_name == 'workflow_dispatch' && 'DEBUG' || 'INFO' }} with: configurationFile: .github/renovate.json - renovate-version: 39.10.0@sha256:02142c384374c90258aca06421cd6239baebf695cce13ed542b442e08d82685c + renovate-version: 39.10.1@sha256:c48a141ef5ec1396733ea10f0423526f30ce9dd01294e1d9f2a03b94b006c88f token: '${{ steps.app-token.outputs.token }}'