diff --git a/.github/workflows/renovate.yml b/.github/workflows/renovate.yml index 85578b6..c9231c8 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.42.4@sha256:c5d718e312cdacc0746e37f13c215ff498be28c51e50efd24c070ae29f5b636a + image: ghcr.io/renovatebot/renovate:39.44.0@sha256:cf56f0bcfe7334e624156e8d53344bc762acbdf978706aecaff6ca62ecaba084 options: --user root runs-on: ubuntu-22.04 steps: diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 6fe8349..ffc8f2b 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -95,7 +95,7 @@ repos: # Check for renovate config - repo: https://github.com/renovatebot/pre-commit-hooks - rev: 38.110.2 + rev: 38.142.7 hooks: - id: renovate-config-validator stages: [manual] diff --git a/.renovaterc.json b/.renovaterc.json index ba2fcaf..033d870 100644 --- a/.renovaterc.json +++ b/.renovaterc.json @@ -5,6 +5,9 @@ "helpers:pinGitHubActionDigests", ":enablePreCommit" ], + "constraints": { + "python": "==3.12" + }, "automergeType": "pr", "automergeStrategy": "merge-commit", "platformAutomerge": true,