From ffcf8ae71c71f61a73213ea14439a80548e20a17 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 23 Sep 2024 14:21:52 +0000 Subject: [PATCH] chore(deps): update minor-grouped | datasource | package | from | to | | ----------- | ----------------------------- | ------- | ------- | | github-tags | camunda/infraex-common-config | 1.0.1 | 1.2.2 | | github-tags | camunda/infraex-common-config | 1.1.0 | 1.2.2 | | github-tags | renovatebot/pre-commit-hooks | 38.80.0 | 38.93.6 | --- .github/workflows/lint.yml | 2 +- .pre-commit-config.yaml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index 5bd18611..ac79f026 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -9,5 +9,5 @@ on: jobs: lint: - uses: camunda/infraex-common-config/.github/workflows/lint-global.yml@029c5179173d1a31561827c078cdc2dee9faf8db # 1.1.0 + uses: camunda/infraex-common-config/.github/workflows/lint-global.yml@102b2d46c2c3961ee04eb78fcf00f150d938422e # 1.2.2 secrets: inherit diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index ffa5e481..5153d9b8 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -1,7 +1,7 @@ --- repos: - repo: https://github.com/camunda/infraex-common-config - rev: 1.0.1 # use tags until renovate supports sha: https://github.com/renovatebot/renovate/issues/22567 + rev: 1.2.2 # use tags until renovate supports sha: https://github.com/renovatebot/renovate/issues/22567 hooks: - id: update-action-readmes-docker @@ -28,7 +28,7 @@ repos: - id: actionlint-docker - repo: https://github.com/renovatebot/pre-commit-hooks - rev: 38.80.0 + rev: 38.93.6 hooks: - id: renovate-config-validator args: [--strict]