Skip to content

Commit 237c2e7

Browse files
build(deps): update renovate to v40 (major) (#990)
Co-authored-by: serious-scaffold[bot] <160990600+serious-scaffold[bot]@users.noreply.github.com>
1 parent 9088a36 commit 237c2e7

6 files changed

Lines changed: 6 additions & 6 deletions

File tree

.github/workflows/renovate.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
RENOVATE_PLATFORM: github
2525
RENOVATE_REPOSITORIES: '["${{ github.repository }}"]'
2626
RENOVATE_REPOSITORY_CACHE: enabled
27-
image: ghcr.io/renovatebot/renovate:39.258.1@sha256:1fd0458e3c2495f174c2a15a70a0e58cc27a8377bd207a309b1d21587da9c528
27+
image: ghcr.io/renovatebot/renovate:40.3.1@sha256:da91cce596b72f129736b52edebb5f838bde846f5d21fdc9077ab8d7b367ccde
2828
options: "--user root"
2929
runs-on: ubuntu-24.04
3030
steps:

.gitlab/workflows/renovate.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ renovate:
33
key: ${CI_COMMIT_REF_SLUG}-renovate
44
paths:
55
- renovate/cache/renovate/repository/
6-
image: renovate/renovate:39.258.1@sha256:1fd0458e3c2495f174c2a15a70a0e58cc27a8377bd207a309b1d21587da9c528
6+
image: renovate/renovate:40.3.1@sha256:da91cce596b72f129736b52edebb5f838bde846f5d21fdc9077ab8d7b367ccde
77
rules:
88
- if: $CI_PIPELINE_SOURCE == "schedule" && $PAT != null
99
script: renovate $RENOVATE_EXTRA_FLAG

.pre-commit-config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ repos:
2929
files: .pre-commit-config.yaml
3030
- id: trailing-whitespace
3131
- repo: https://github.com/renovatebot/pre-commit-hooks
32-
rev: 39.258.1
32+
rev: 40.3.1
3333
hooks:
3434
- id: renovate-config-validator
3535
- repo: local

template/.pre-commit-config.yaml.jinja

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ repos:
3030
files: .pre-commit-config.yaml
3131
- id: trailing-whitespace
3232
- repo: https://github.com/renovatebot/pre-commit-hooks
33-
rev: 39.258.1
33+
rev: 40.3.1
3434
hooks:
3535
- id: renovate-config-validator
3636
- repo: local

template/{% if repo_platform == 'github' %}.github{% endif %}/workflows/renovate.yml.jinja

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
RENOVATE_PLATFORM: github
2929
RENOVATE_REPOSITORIES: '["{{ '${{ github.repository }}' }}"]'
3030
RENOVATE_REPOSITORY_CACHE: enabled
31-
image: ghcr.io/renovatebot/renovate:39.258.1@sha256:1fd0458e3c2495f174c2a15a70a0e58cc27a8377bd207a309b1d21587da9c528
31+
image: ghcr.io/renovatebot/renovate:40.3.1@sha256:da91cce596b72f129736b52edebb5f838bde846f5d21fdc9077ab8d7b367ccde
3232
options: "--user root"
3333
runs-on: ubuntu-24.04
3434
steps:

template/{% if repo_platform == 'gitlab' or repo_platform == 'gitlab-self-managed' %}.gitlab{% endif %}/workflows/renovate.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ renovate:
33
key: ${CI_COMMIT_REF_SLUG}-renovate
44
paths:
55
- renovate/cache/renovate/repository/
6-
image: renovate/renovate:39.258.1@sha256:1fd0458e3c2495f174c2a15a70a0e58cc27a8377bd207a309b1d21587da9c528
6+
image: renovate/renovate:40.3.1@sha256:da91cce596b72f129736b52edebb5f838bde846f5d21fdc9077ab8d7b367ccde
77
rules:
88
- if: $CI_PIPELINE_SOURCE == "schedule" && $PAT != null
99
script: renovate $RENOVATE_EXTRA_FLAG

0 commit comments

Comments
 (0)