File tree Expand file tree Collapse file tree 6 files changed +6
-6
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 6 files changed +6
-6
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:40.57.0 @sha256:bba7917123bf0f3b6d7c7347e0c9ea6480e6298bab986aef7740a56dcf8166cf
27
+ image : ghcr.io/renovatebot/renovate:40.62.1 @sha256:ae81e55a741faea2befce0caeafc8ae0ef2de014a104d63a67df59c7d168b1e7
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:40.57.0 @sha256:bba7917123bf0f3b6d7c7347e0c9ea6480e6298bab986aef7740a56dcf8166cf
6
+ image : renovate/renovate:40.62.1 @sha256:ae81e55a741faea2befce0caeafc8ae0ef2de014a104d63a67df59c7d168b1e7
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 29
29
files : .pre-commit-config.yaml
30
30
- id : trailing-whitespace
31
31
- repo : https://github.com/renovatebot/pre-commit-hooks
32
- rev : 40.57.0
32
+ rev : 40.62.1
33
33
hooks :
34
34
- id : renovate-config-validator
35
35
- repo : local
Original file line number Diff line number Diff line change 30
30
files: .pre-commit-config.yaml
31
31
- id: trailing-whitespace
32
32
- repo: https://github.com/renovatebot/pre-commit-hooks
33
- rev: 40.57.0
33
+ rev: 40.62.1
34
34
hooks:
35
35
- id: renovate-config-validator
36
36
- repo: local
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:40.57.0 @sha256:bba7917123bf0f3b6d7c7347e0c9ea6480e6298bab986aef7740a56dcf8166cf
31
+ image: ghcr.io/renovatebot/renovate:40.62.1 @sha256:ae81e55a741faea2befce0caeafc8ae0ef2de014a104d63a67df59c7d168b1e7
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:40.57.0 @sha256:bba7917123bf0f3b6d7c7347e0c9ea6480e6298bab986aef7740a56dcf8166cf
6
+ image : renovate/renovate:40.62.1 @sha256:ae81e55a741faea2befce0caeafc8ae0ef2de014a104d63a67df59c7d168b1e7
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