From 93458bd6b576fbef747b9c1a88852990e68272ea Mon Sep 17 00:00:00 2001 From: Renovate Date: Sun, 10 Nov 2024 23:06:38 +0000 Subject: [PATCH] chore(deps): Update renovate Signed-off-by: Renovate --- .github/workflows/renovate.yml | 4 ++-- .github/workflows/renovate_configuration_check.yml | 2 +- .pre-commit-config.yaml | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/renovate.yml b/.github/workflows/renovate.yml index 20bc9473..221c91d4 100644 --- a/.github/workflows/renovate.yml +++ b/.github/workflows/renovate.yml @@ -284,11 +284,11 @@ jobs: echo RENOVATE_AUTOMATION_HUB_AUTH_TOKEN="${bearerToken}" >> "${GITHUB_ENV}" - name: 'Run Renovate' - uses: 'renovatebot/github-action@80eaf969abf68ad62aa94d9ab392421b31621634' # v40.3.4 + uses: 'renovatebot/github-action@67a664fc9b4481b33a3eff6ee9edfb7a7b9dfa1e' # v41.0.2 with: # yamllint disable-line rule:line-length # renovate self-update: datasource=docker depName=renovatebot/renovate registryUrl=https://ghcr.io - renovate-version: '38.142.5' + renovate-version: '39.9.1' configurationFile: '.github/renovate_global.js' token: '${{ secrets.RENOVATE_TOKEN }}' env: diff --git a/.github/workflows/renovate_configuration_check.yml b/.github/workflows/renovate_configuration_check.yml index 094cf4a6..cc19966e 100644 --- a/.github/workflows/renovate_configuration_check.yml +++ b/.github/workflows/renovate_configuration_check.yml @@ -67,6 +67,6 @@ jobs: }; # renovate: datasource=npm - npm install renovate@38.142.5 + npm install renovate@39.9.1 npx --yes --package renovate -- renovate-config-validator --strict || exit 1 ... diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index bf55f611..0769930f 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -213,7 +213,7 @@ repos: - 'pre-commit' - repo: 'https://github.com/renovatebot/pre-commit-hooks' - rev: '38.142.5' + rev: '39.9.1' hooks: - id: 'renovate-config-validator' verbose: true