diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 4a18f4e..a9a929e 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -155,7 +155,7 @@ jobs: - name: Validate config env: - RENOVATE_VERSION: 39.11.1@sha256:160950f13c97b208287dddaaa003401fc3ea6c31399ec9b43d4644a31663abe8 + RENOVATE_VERSION: 39.11.2@sha256:43e93f51efe2c7e3b1aabf3c2480275f70b78ce45b70d66cd5238ea508a4a939 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 804d058..fd7ad9e 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.11.1@sha256:160950f13c97b208287dddaaa003401fc3ea6c31399ec9b43d4644a31663abe8 + renovate-version: 39.11.2@sha256:43e93f51efe2c7e3b1aabf3c2480275f70b78ce45b70d66cd5238ea508a4a939 token: '${{ steps.app-token.outputs.token }}'