Skip to content

Commit 0b49b69

Browse files
build(deps): update renovate to v37.377.7 (#584)
Co-authored-by: serious-scaffold[bot] <160990600+serious-scaffold[bot]@users.noreply.github.com>
1 parent ab85eea commit 0b49b69

File tree

6 files changed

+6
-6
lines changed

6 files changed

+6
-6
lines changed

.github/workflows/renovate.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
RENOVATE_PLATFORM: github
1313
RENOVATE_REPOSITORIES: '["${{ github.repository }}"]'
1414
RENOVATE_REPOSITORY_CACHE: enabled
15-
image: ghcr.io/renovatebot/renovate:37.374.3@sha256:a12297dde4fad3d54111c3e4471aae726e7bc99bd407b74886394c41bc227250
15+
image: ghcr.io/renovatebot/renovate:37.377.7@sha256:61ab04ab1ce6ba01612484a134253c4e01779dea5000c8d8ff9a161d152915ae
1616
options: '--user root'
1717
runs-on: ubuntu-22.04
1818
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.374.3@sha256:a12297dde4fad3d54111c3e4471aae726e7bc99bd407b74886394c41bc227250
6+
image: renovate/renovate:37.377.7@sha256:61ab04ab1ce6ba01612484a134253c4e01779dea5000c8d8ff9a161d152915ae
77
rules:
88
- if: $CI_PIPELINE_SOURCE == "schedule" && $PAT != null
99
script: renovate $RENOVATE_EXTRA_FLAG

.pre-commit-config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ repos:
2828
files: .pre-commit-config.yaml
2929
- id: trailing-whitespace
3030
- repo: https://github.com/renovatebot/pre-commit-hooks
31-
rev: 37.374.3
31+
rev: 37.377.7
3232
hooks:
3333
- id: renovate-config-validator
3434
- repo: local

template/.pre-commit-config.yaml.jinja

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ repos:
2929
files: .pre-commit-config.yaml
3030
- id: trailing-whitespace
3131
- repo: https://github.com/renovatebot/pre-commit-hooks
32-
rev: 37.374.3
32+
rev: 37.377.7
3333
hooks:
3434
- id: renovate-config-validator
3535
- repo: local

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
RENOVATE_PLATFORM: github
1717
RENOVATE_REPOSITORIES: '["{{ '${{ github.repository }}' }}"]'
1818
RENOVATE_REPOSITORY_CACHE: enabled
19-
image: ghcr.io/renovatebot/renovate:37.374.3@sha256:a12297dde4fad3d54111c3e4471aae726e7bc99bd407b74886394c41bc227250
19+
image: ghcr.io/renovatebot/renovate:37.377.7@sha256:61ab04ab1ce6ba01612484a134253c4e01779dea5000c8d8ff9a161d152915ae
2020
options: '--user root'
2121
runs-on: ubuntu-22.04
2222
steps:

template/[% if repo_platform == 'gitlab' or repo_platform == '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.374.3@sha256:a12297dde4fad3d54111c3e4471aae726e7bc99bd407b74886394c41bc227250
6+
image: renovate/renovate:37.377.7@sha256:61ab04ab1ce6ba01612484a134253c4e01779dea5000c8d8ff9a161d152915ae
77
rules:
88
- if: $CI_PIPELINE_SOURCE == "schedule" && $PAT != null
99
script: renovate $RENOVATE_EXTRA_FLAG

0 commit comments

Comments
 (0)