File tree Expand file tree Collapse file tree
{% 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 Original file line number Diff line number Diff line change 1212 RENOVATE_PLATFORM : github
1313 RENOVATE_REPOSITORIES : ' ["${{ github.repository }}"]'
1414 RENOVATE_REPOSITORY_CACHE : enabled
15- image : ghcr.io/renovatebot/renovate:39.212.0 @sha256:3994a3a43293a2d9440b3a3ccf79f831a0ba51a371a2826fac82f0ea3268dca9
15+ image : ghcr.io/renovatebot/renovate:39.222.1 @sha256:c296f29573ecc2e727e5f0e5eb128b546142d7b979f3d4d03c91ec47dd7fb594
1616 options : " --user root"
1717 runs-on : ubuntu-24.04
1818 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:39.212.0 @sha256:3994a3a43293a2d9440b3a3ccf79f831a0ba51a371a2826fac82f0ea3268dca9
6+ image : renovate/renovate:39.222.1 @sha256:c296f29573ecc2e727e5f0e5eb128b546142d7b979f3d4d03c91ec47dd7fb594
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 : 39.212.0
32+ rev : 39.222.1
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: 39.212.0
33+ rev: 39.222.1
3434 hooks:
3535 - id: renovate-config-validator
3636 - repo: local
Original file line number Diff line number Diff line change 1616 RENOVATE_PLATFORM: github
1717 RENOVATE_REPOSITORIES: '["{{ '${{ github.repository }}' }}"]'
1818 RENOVATE_REPOSITORY_CACHE: enabled
19- image: ghcr.io/renovatebot/renovate:39.212.0 @sha256:3994a3a43293a2d9440b3a3ccf79f831a0ba51a371a2826fac82f0ea3268dca9
19+ image: ghcr.io/renovatebot/renovate:39.222.1 @sha256:c296f29573ecc2e727e5f0e5eb128b546142d7b979f3d4d03c91ec47dd7fb594
2020 options: "--user root"
2121 runs-on: ubuntu-24.04
2222 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:39.212.0 @sha256:3994a3a43293a2d9440b3a3ccf79f831a0ba51a371a2826fac82f0ea3268dca9
6+ image : renovate/renovate:39.222.1 @sha256:c296f29573ecc2e727e5f0e5eb128b546142d7b979f3d4d03c91ec47dd7fb594
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