diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 91b5c11..48e0dc4 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -165,7 +165,7 @@ jobs: - name: Validate config env: - RENOVATE_VERSION: 39.17.1@sha256:8e74c986e09f8ac4b10ed6cb125bd9ac7081ff9836eba6110d853154e7aabc85 + RENOVATE_VERSION: 39.26.3@sha256:60c8adbdc8d9732c244d77ec6e9c997723eedd9ebf3608c6cf90bab783a2b1bc 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 a717960..7122bf2 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.17.1@sha256:8e74c986e09f8ac4b10ed6cb125bd9ac7081ff9836eba6110d853154e7aabc85 + renovate-version: 39.26.3@sha256:60c8adbdc8d9732c244d77ec6e9c997723eedd9ebf3608c6cf90bab783a2b1bc token: '${{ steps.app-token.outputs.token }}'