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 2424 RENOVATE_PLATFORM : github
2525 RENOVATE_REPOSITORIES : ' ["${{ github.repository }}"]'
2626 RENOVATE_REPOSITORY_CACHE : enabled
27- image : ghcr.io/renovatebot/renovate:42.29.4 @sha256:aead5ca948dc1a76ed084ab9716fd83e6a8c8626d38b831d1923cdc17fa4d1b6
27+ image : ghcr.io/renovatebot/renovate:42.30.2 @sha256:582aa8b54c8f094fa57249ce5f143ee52f2e6f56c0952dc9a16e8dd3cd37586b
2828 options : " --user root"
2929 runs-on : ubuntu-24.04
3030 steps :
Original file line number Diff line number Diff 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:42.29.4 @sha256:aead5ca948dc1a76ed084ab9716fd83e6a8c8626d38b831d1923cdc17fa4d1b6
6+ image : renovate/renovate:42.30.2 @sha256:582aa8b54c8f094fa57249ce5f143ee52f2e6f56c0952dc9a16e8dd3cd37586b
77 rules :
88 - if : $CI_PIPELINE_SOURCE == "schedule" && $PAT != null
99 script : renovate $RENOVATE_EXTRA_FLAG
Original file line number Diff line number Diff line change 2929 files : .pre-commit-config.yaml
3030 - id : trailing-whitespace
3131 - repo : https://github.com/renovatebot/pre-commit-hooks
32- rev : 42.29.4
32+ rev : 42.30.2
3333 hooks :
3434 - id : renovate-config-validator
3535 - repo : local
Original file line number Diff line number Diff line change 3030 files: .pre-commit-config.yaml
3131 - id: trailing-whitespace
3232 - repo: https://github.com/renovatebot/pre-commit-hooks
33- rev: 42.29.4
33+ rev: 42.30.2
3434 hooks:
3535 - id: renovate-config-validator
3636 - repo: local
Original file line number Diff line number Diff line change 2828 RENOVATE_PLATFORM: github
2929 RENOVATE_REPOSITORIES: '["{{ '${{ github.repository }}' }}"]'
3030 RENOVATE_REPOSITORY_CACHE: enabled
31- image: ghcr.io/renovatebot/renovate:42.29.4 @sha256:aead5ca948dc1a76ed084ab9716fd83e6a8c8626d38b831d1923cdc17fa4d1b6
31+ image: ghcr.io/renovatebot/renovate:42.30.2 @sha256:582aa8b54c8f094fa57249ce5f143ee52f2e6f56c0952dc9a16e8dd3cd37586b
3232 options: "--user root"
3333 runs-on: ubuntu-24.04
3434 steps:
Original file line number Diff line number Diff 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:42.29.4 @sha256:aead5ca948dc1a76ed084ab9716fd83e6a8c8626d38b831d1923cdc17fa4d1b6
6+ image : renovate/renovate:42.30.2 @sha256:582aa8b54c8f094fa57249ce5f143ee52f2e6f56c0952dc9a16e8dd3cd37586b
77 rules :
88 - if : $CI_PIPELINE_SOURCE == "schedule" && $PAT != null
99 script : renovate $RENOVATE_EXTRA_FLAG
You can’t perform that action at this time.
0 commit comments