From ccdf5dc9b43d60c6698392a1a9b58165b468d631 Mon Sep 17 00:00:00 2001 From: "serious-scaffold[bot]" <160990600+serious-scaffold[bot]@users.noreply.github.com> Date: Mon, 1 Jul 2024 02:35:34 +0000 Subject: [PATCH] build(deps): update renovate --- .github/workflows/renovate.yml | 2 +- .gitlab/workflows/renovate.yml | 2 +- .pre-commit-config.yaml | 2 +- template/.pre-commit-config.yaml.jinja | 2 +- .../workflows/renovate.yml.jinja | 2 +- .../workflows/renovate.yml | 2 +- 6 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/renovate.yml b/.github/workflows/renovate.yml index 0a159b2c..5594eb5f 100644 --- a/.github/workflows/renovate.yml +++ b/.github/workflows/renovate.yml @@ -12,7 +12,7 @@ jobs: RENOVATE_PLATFORM: github RENOVATE_REPOSITORIES: '["${{ github.repository }}"]' RENOVATE_REPOSITORY_CACHE: enabled - image: ghcr.io/renovatebot/renovate:37.414.1@sha256:49779a4bef523ec804462ab66aaca78b5601cb084e5ab8cf06ac9c32114fc5af + image: ghcr.io/renovatebot/renovate:37.421.3@sha256:1705fc47ffbc0e6eb9ea4cb48d380f380e3fd7178cc1bb9a8ead2a2f27476a28 options: '--user root' runs-on: ubuntu-22.04 steps: diff --git a/.gitlab/workflows/renovate.yml b/.gitlab/workflows/renovate.yml index f050f45a..221c34be 100644 --- a/.gitlab/workflows/renovate.yml +++ b/.gitlab/workflows/renovate.yml @@ -3,7 +3,7 @@ renovate: key: ${CI_COMMIT_REF_SLUG}-renovate paths: - renovate/cache/renovate/repository/ - image: renovate/renovate:37.414.1@sha256:49779a4bef523ec804462ab66aaca78b5601cb084e5ab8cf06ac9c32114fc5af + image: renovate/renovate:37.421.3@sha256:1705fc47ffbc0e6eb9ea4cb48d380f380e3fd7178cc1bb9a8ead2a2f27476a28 rules: - if: $CI_PIPELINE_SOURCE == "schedule" && $PAT != null script: renovate $RENOVATE_EXTRA_FLAG diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 8fed6585..f79930df 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -28,7 +28,7 @@ repos: files: .pre-commit-config.yaml - id: trailing-whitespace - repo: https://github.com/renovatebot/pre-commit-hooks - rev: 37.414.1 + rev: 37.421.2 hooks: - id: renovate-config-validator - repo: local diff --git a/template/.pre-commit-config.yaml.jinja b/template/.pre-commit-config.yaml.jinja index 87201c8e..1fd33436 100644 --- a/template/.pre-commit-config.yaml.jinja +++ b/template/.pre-commit-config.yaml.jinja @@ -29,7 +29,7 @@ repos: files: .pre-commit-config.yaml - id: trailing-whitespace - repo: https://github.com/renovatebot/pre-commit-hooks - rev: 37.414.1 + rev: 37.421.2 hooks: - id: renovate-config-validator - repo: local diff --git a/template/[% if repo_platform == 'github' %].github[% endif %]/workflows/renovate.yml.jinja b/template/[% if repo_platform == 'github' %].github[% endif %]/workflows/renovate.yml.jinja index e260acca..52ad9176 100644 --- a/template/[% if repo_platform == 'github' %].github[% endif %]/workflows/renovate.yml.jinja +++ b/template/[% if repo_platform == 'github' %].github[% endif %]/workflows/renovate.yml.jinja @@ -16,7 +16,7 @@ jobs: RENOVATE_PLATFORM: github RENOVATE_REPOSITORIES: '["{{ '${{ github.repository }}' }}"]' RENOVATE_REPOSITORY_CACHE: enabled - image: ghcr.io/renovatebot/renovate:37.414.1@sha256:49779a4bef523ec804462ab66aaca78b5601cb084e5ab8cf06ac9c32114fc5af + image: ghcr.io/renovatebot/renovate:37.421.3@sha256:1705fc47ffbc0e6eb9ea4cb48d380f380e3fd7178cc1bb9a8ead2a2f27476a28 options: '--user root' runs-on: ubuntu-22.04 steps: diff --git a/template/[% if repo_platform == 'gitlab' or repo_platform == 'gitlab-self-managed' %].gitlab[% endif %]/workflows/renovate.yml b/template/[% if repo_platform == 'gitlab' or repo_platform == 'gitlab-self-managed' %].gitlab[% endif %]/workflows/renovate.yml index f050f45a..221c34be 100644 --- a/template/[% if repo_platform == 'gitlab' or repo_platform == 'gitlab-self-managed' %].gitlab[% endif %]/workflows/renovate.yml +++ b/template/[% if repo_platform == 'gitlab' or repo_platform == 'gitlab-self-managed' %].gitlab[% endif %]/workflows/renovate.yml @@ -3,7 +3,7 @@ renovate: key: ${CI_COMMIT_REF_SLUG}-renovate paths: - renovate/cache/renovate/repository/ - image: renovate/renovate:37.414.1@sha256:49779a4bef523ec804462ab66aaca78b5601cb084e5ab8cf06ac9c32114fc5af + image: renovate/renovate:37.421.3@sha256:1705fc47ffbc0e6eb9ea4cb48d380f380e3fd7178cc1bb9a8ead2a2f27476a28 rules: - if: $CI_PIPELINE_SOURCE == "schedule" && $PAT != null script: renovate $RENOVATE_EXTRA_FLAG