Skip to content

Commit ac0a211

Browse files
build(deps): update renovate to v41.32.1
1 parent e24dea8 commit ac0a211

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

.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:41.32.0@sha256:51416fe84e2199ef20b6012d5fda8a3fe9e4e181b49610d81733ee04f0c8454f
27+
image: ghcr.io/renovatebot/renovate:41.32.1@sha256:589cae7f5bf27ce483e99c7d976ca84229084aadf96d08ac7aadb91e678a5aca
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:41.32.0@sha256:51416fe84e2199ef20b6012d5fda8a3fe9e4e181b49610d81733ee04f0c8454f
6+
image: renovate/renovate:41.32.1@sha256:589cae7f5bf27ce483e99c7d976ca84229084aadf96d08ac7aadb91e678a5aca
77
rules:
88
- if: $CI_PIPELINE_SOURCE == "schedule" && $PAT != null
99
script: renovate $RENOVATE_EXTRA_FLAG

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:41.32.0@sha256:51416fe84e2199ef20b6012d5fda8a3fe9e4e181b49610d81733ee04f0c8454f
31+
image: ghcr.io/renovatebot/renovate:41.32.1@sha256:589cae7f5bf27ce483e99c7d976ca84229084aadf96d08ac7aadb91e678a5aca
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:41.32.0@sha256:51416fe84e2199ef20b6012d5fda8a3fe9e4e181b49610d81733ee04f0c8454f
6+
image: renovate/renovate:41.32.1@sha256:589cae7f5bf27ce483e99c7d976ca84229084aadf96d08ac7aadb91e678a5aca
77
rules:
88
- if: $CI_PIPELINE_SOURCE == "schedule" && $PAT != null
99
script: renovate $RENOVATE_EXTRA_FLAG

0 commit comments

Comments
 (0)