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 12
12
RENOVATE_PLATFORM : github
13
13
RENOVATE_REPOSITORIES : ' ["${{ github.repository }}"]'
14
14
RENOVATE_REPOSITORY_CACHE : enabled
15
- image : ghcr.io/renovatebot/renovate:38.120.1 @sha256:ebf0c727f1a6f41d19dafccfc78107439223727bdedb3b00d06c28cb9397ac15
15
+ image : ghcr.io/renovatebot/renovate:38.132.3 @sha256:b55fdd78c91d7269c8b5fa60f12cd3da0d0bc29b6b667d4b7e351d20cf809475
16
16
options : ' --user root'
17
17
runs-on : ubuntu-24.04
18
18
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:38.120.1 @sha256:ebf0c727f1a6f41d19dafccfc78107439223727bdedb3b00d06c28cb9397ac15
6
+ image : renovate/renovate:38.132.3 @sha256:b55fdd78c91d7269c8b5fa60f12cd3da0d0bc29b6b667d4b7e351d20cf809475
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 : 38.120.1
32
+ rev : 38.132.3
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: 38.120.1
33
+ rev: 38.132.3
34
34
hooks:
35
35
- id: renovate-config-validator
36
36
- repo: local
Original file line number Diff line number Diff line change 16
16
RENOVATE_PLATFORM: github
17
17
RENOVATE_REPOSITORIES: '["{{ '${{ github.repository }}' }}"]'
18
18
RENOVATE_REPOSITORY_CACHE: enabled
19
- image: ghcr.io/renovatebot/renovate:38.120.1 @sha256:ebf0c727f1a6f41d19dafccfc78107439223727bdedb3b00d06c28cb9397ac15
19
+ image: ghcr.io/renovatebot/renovate:38.132.3 @sha256:b55fdd78c91d7269c8b5fa60f12cd3da0d0bc29b6b667d4b7e351d20cf809475
20
20
options: '--user root'
21
21
runs-on: ubuntu-24.04
22
22
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:38.120.1 @sha256:ebf0c727f1a6f41d19dafccfc78107439223727bdedb3b00d06c28cb9397ac15
6
+ image : renovate/renovate:38.132.3 @sha256:b55fdd78c91d7269c8b5fa60f12cd3da0d0bc29b6b667d4b7e351d20cf809475
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