File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed
[% if repo_host_type == 'github.com' %].github[% endif %]/workflows
[% if repo_host_type == 'gitlab.com' or repo_host_type == '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 14
14
RENOVATE_REPOSITORIES : ' ["${{ github.repository }}"]'
15
15
RENOVATE_REPOSITORY_CACHE : enabled
16
16
RENOVATE_TOKEN : ${{ secrets.RENOVATE_TOKEN }}
17
- image : ghcr.io/renovatebot/renovate:37.244.1 -full@sha256:d30d638e246910a3f7f2572d5128e66f2dc7f49d45c6e0b9e24bc0774bdfbaae
17
+ image : ghcr.io/renovatebot/renovate:37.246.0 -full@sha256:2bbd0a3d5d92be7c56168b369dc4119840a9e341c3c09fdef9d1ac6735042c80
18
18
options : ' --user root'
19
19
runs-on : ubuntu-22.04
20
20
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:37.244.1 -full@sha256:d30d638e246910a3f7f2572d5128e66f2dc7f49d45c6e0b9e24bc0774bdfbaae
6
+ image : renovate/renovate:37.246.0 -full@sha256:2bbd0a3d5d92be7c56168b369dc4119840a9e341c3c09fdef9d1ac6735042c80
7
7
rules :
8
8
- if : $CI_PIPELINE_SOURCE == "schedule" && $RENOVATE_TOKEN != null
9
9
script : renovate $RENOVATE_EXTRA_FLAG
Original file line number Diff line number Diff line change 18
18
RENOVATE_REPOSITORIES: '["{{ '${{ github.repository }}' }}"]'
19
19
RENOVATE_REPOSITORY_CACHE: enabled
20
20
RENOVATE_TOKEN: {{ '${{ secrets.RENOVATE_TOKEN }}' }}
21
- image: ghcr.io/renovatebot/renovate:37.244.1 -full@sha256:d30d638e246910a3f7f2572d5128e66f2dc7f49d45c6e0b9e24bc0774bdfbaae
21
+ image: ghcr.io/renovatebot/renovate:37.246.0 -full@sha256:2bbd0a3d5d92be7c56168b369dc4119840a9e341c3c09fdef9d1ac6735042c80
22
22
options: '--user root'
23
23
runs-on: ubuntu-22.04
24
24
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:37.244.1 -full@sha256:d30d638e246910a3f7f2572d5128e66f2dc7f49d45c6e0b9e24bc0774bdfbaae
6
+ image : renovate/renovate:37.246.0 -full@sha256:2bbd0a3d5d92be7c56168b369dc4119840a9e341c3c09fdef9d1ac6735042c80
7
7
rules :
8
8
- if : $CI_PIPELINE_SOURCE == "schedule" && $RENOVATE_TOKEN != null
9
9
script : renovate $RENOVATE_EXTRA_FLAG
You can’t perform that action at this time.
0 commit comments