Skip to content

Commit 930f55d

Browse files
serious-scaffold[bot]Renovate GitHub Bot
andauthored
chore(deps): update renovate docker tag to v37.246.0 (#404)
Co-authored-by: Renovate GitHub Bot <[email protected]>
1 parent 4eeaf92 commit 930f55d

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.244.1-full@sha256:d30d638e246910a3f7f2572d5128e66f2dc7f49d45c6e0b9e24bc0774bdfbaae
17+
image: ghcr.io/renovatebot/renovate:37.246.0-full@sha256:2bbd0a3d5d92be7c56168b369dc4119840a9e341c3c09fdef9d1ac6735042c80
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.244.1-full@sha256:d30d638e246910a3f7f2572d5128e66f2dc7f49d45c6e0b9e24bc0774bdfbaae
6+
image: renovate/renovate:37.246.0-full@sha256:2bbd0a3d5d92be7c56168b369dc4119840a9e341c3c09fdef9d1ac6735042c80
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.244.1-full@sha256:d30d638e246910a3f7f2572d5128e66f2dc7f49d45c6e0b9e24bc0774bdfbaae
21+
image: ghcr.io/renovatebot/renovate:37.246.0-full@sha256:2bbd0a3d5d92be7c56168b369dc4119840a9e341c3c09fdef9d1ac6735042c80
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.244.1-full@sha256:d30d638e246910a3f7f2572d5128e66f2dc7f49d45c6e0b9e24bc0774bdfbaae
6+
image: renovate/renovate:37.246.0-full@sha256:2bbd0a3d5d92be7c56168b369dc4119840a9e341c3c09fdef9d1ac6735042c80
77
rules:
88
- if: $CI_PIPELINE_SOURCE == "schedule" && $RENOVATE_TOKEN != null
99
script: renovate $RENOVATE_EXTRA_FLAG

0 commit comments

Comments
 (0)