Skip to content

Commit ef38aa6

Browse files
serious-scaffold[bot]Renovate GitHub Bot
andauthored
chore(deps): update renovate docker tag to v37.244.0 (#398)
Co-authored-by: Renovate GitHub Bot <[email protected]>
1 parent 62abdab commit ef38aa6

File tree

4 files changed

+4
-4
lines changed
  • .github/workflows
  • .gitlab/workflows
  • template
    • [% 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

4 files changed

+4
-4
lines changed

.github/workflows/renovate.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
RENOVATE_REPOSITORIES: '["${{ github.repository }}"]'
1515
RENOVATE_REPOSITORY_CACHE: enabled
1616
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
1818
options: '--user root'
1919
runs-on: ubuntu-22.04
2020
steps:

.gitlab/workflows/renovate.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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:37.235.1-full@sha256:57b2cc76218dcd49a05be82d30c2efdb115381f08e6564c1e55cba6ca76939dc
6+
image: renovate/renovate:37.244.0-full@sha256:d8fb7d00263be8913d7a536fcb8bd3e499b0bd358be2df6148624c797bf6ca1f
77
rules:
88
- if: $CI_PIPELINE_SOURCE == "schedule" && $RENOVATE_TOKEN != null
99
script: renovate $RENOVATE_EXTRA_FLAG

template/[% if repo_host_type == 'github.com' %].github[% endif %]/workflows/renovate.yml.jinja

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
RENOVATE_REPOSITORIES: '["{{ '${{ github.repository }}' }}"]'
1919
RENOVATE_REPOSITORY_CACHE: enabled
2020
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
2222
options: '--user root'
2323
runs-on: ubuntu-22.04
2424
steps:

template/[% if repo_host_type == 'gitlab.com' or repo_host_type == 'gitlab-self-managed' %].gitlab[% endif %]/workflows/renovate.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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:37.235.1-full@sha256:57b2cc76218dcd49a05be82d30c2efdb115381f08e6564c1e55cba6ca76939dc
6+
image: renovate/renovate:37.244.0-full@sha256:d8fb7d00263be8913d7a536fcb8bd3e499b0bd358be2df6148624c797bf6ca1f
77
rules:
88
- if: $CI_PIPELINE_SOURCE == "schedule" && $RENOVATE_TOKEN != null
99
script: renovate $RENOVATE_EXTRA_FLAG

0 commit comments

Comments
 (0)