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.235.1 -full@sha256:57b2cc76218dcd49a05be82d30c2efdb115381f08e6564c1e55cba6ca76939dc
17
+ image : ghcr.io/renovatebot/renovate:37.244.0 -full@sha256:d8fb7d00263be8913d7a536fcb8bd3e499b0bd358be2df6148624c797bf6ca1f
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.235.1 -full@sha256:57b2cc76218dcd49a05be82d30c2efdb115381f08e6564c1e55cba6ca76939dc
6
+ image : renovate/renovate:37.244.0 -full@sha256:d8fb7d00263be8913d7a536fcb8bd3e499b0bd358be2df6148624c797bf6ca1f
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.235.1 -full@sha256:57b2cc76218dcd49a05be82d30c2efdb115381f08e6564c1e55cba6ca76939dc
21
+ image: ghcr.io/renovatebot/renovate:37.244.0 -full@sha256:d8fb7d00263be8913d7a536fcb8bd3e499b0bd358be2df6148624c797bf6ca1f
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.235.1 -full@sha256:57b2cc76218dcd49a05be82d30c2efdb115381f08e6564c1e55cba6ca76939dc
6
+ image : renovate/renovate:37.244.0 -full@sha256:d8fb7d00263be8913d7a536fcb8bd3e499b0bd358be2df6148624c797bf6ca1f
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