From 28ba2a2527a8f08fb4ce56e804367f69606070a6 Mon Sep 17 00:00:00 2001 From: "msclock-bot[bot]" <163820484+msclock-bot[bot]@users.noreply.github.com> Date: Mon, 5 May 2025 01:59:08 +0000 Subject: [PATCH] chore(deps): update renovate group to v40 --- .github/workflows/renovate.yml | 2 +- .pre-commit-config.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/renovate.yml b/.github/workflows/renovate.yml index 5195dc1..dad5824 100644 --- a/.github/workflows/renovate.yml +++ b/.github/workflows/renovate.yml @@ -19,7 +19,7 @@ jobs: RENOVATE_PLATFORM: github RENOVATE_REPOSITORIES: '["${{ github.repository }}"]' RENOVATE_REPOSITORY_CACHE: enabled - image: ghcr.io/renovatebot/renovate:39.264.0@sha256:f2209c61a9c3c8c74ac58eecb5f15ec43651f1ba694aa33493ff2062b90ff4d3 + image: ghcr.io/renovatebot/renovate:40.3.1@sha256:da91cce596b72f129736b52edebb5f838bde846f5d21fdc9077ab8d7b367ccde options: --user root runs-on: ubuntu-24.04 steps: diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index c349951..1240cc4 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -144,7 +144,7 @@ repos: # Check for renovate config - repo: https://github.com/renovatebot/pre-commit-hooks - rev: 39.264.0 + rev: 40.3.1 hooks: - id: renovate-config-validator stages: [manual]