File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed
{% if repo_platform == 'github' %}.github{% endif %}/workflows
{% if repo_platform == 'gitlab' or repo_platform == 'gitlab-self-managed' %}.gitlab{% endif %}/workflows Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 24
24
RENOVATE_PLATFORM : github
25
25
RENOVATE_REPOSITORIES : ' ["${{ github.repository }}"]'
26
26
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
28
28
options : " --user root"
29
29
runs-on : ubuntu-24.04
30
30
steps :
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ renovate:
3
3
key : ${CI_COMMIT_REF_SLUG}-renovate
4
4
paths :
5
5
- renovate/cache/renovate/repository/
6
- image : renovate/renovate:41.32.0 @sha256:51416fe84e2199ef20b6012d5fda8a3fe9e4e181b49610d81733ee04f0c8454f
6
+ image : renovate/renovate:41.32.1 @sha256:589cae7f5bf27ce483e99c7d976ca84229084aadf96d08ac7aadb91e678a5aca
7
7
rules :
8
8
- if : $CI_PIPELINE_SOURCE == "schedule" && $PAT != null
9
9
script : renovate $RENOVATE_EXTRA_FLAG
Original file line number Diff line number Diff line change 28
28
RENOVATE_PLATFORM: github
29
29
RENOVATE_REPOSITORIES: '["{{ '${{ github.repository }}' }}"]'
30
30
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
32
32
options: "--user root"
33
33
runs-on: ubuntu-24.04
34
34
steps:
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ renovate:
3
3
key : ${CI_COMMIT_REF_SLUG}-renovate
4
4
paths :
5
5
- renovate/cache/renovate/repository/
6
- image : renovate/renovate:41.32.0 @sha256:51416fe84e2199ef20b6012d5fda8a3fe9e4e181b49610d81733ee04f0c8454f
6
+ image : renovate/renovate:41.32.1 @sha256:589cae7f5bf27ce483e99c7d976ca84229084aadf96d08ac7aadb91e678a5aca
7
7
rules :
8
8
- if : $CI_PIPELINE_SOURCE == "schedule" && $PAT != null
9
9
script : renovate $RENOVATE_EXTRA_FLAG
You can’t perform that action at this time.
0 commit comments