From cebb0548d092c16901eb5920c17d7ce139495353 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 24 Jun 2026 02:24:19 +0000 Subject: [PATCH 01/16] chore(deps): update dependency renovate to v43.241.5 (#4426) | datasource | package | from | to | | ---------- | -------- | -------- | -------- | | npm | renovate | 43.241.3 | 43.241.5 | --- .pre-commit-config.yaml | 2 +- .pre-commit-hooks.yaml | 2 +- README.md | 6 +++--- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index acc95695..8a530ec4 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -1,5 +1,5 @@ repos: - repo: https://github.com/renovatebot/pre-commit-hooks - rev: 43.241.3 + rev: 43.241.5 hooks: - id: renovate-config-validator diff --git a/.pre-commit-hooks.yaml b/.pre-commit-hooks.yaml index f3341f18..32b93e2e 100644 --- a/.pre-commit-hooks.yaml +++ b/.pre-commit-hooks.yaml @@ -4,6 +4,6 @@ minimum_pre_commit_version: 3.6.0 language: node language_version: lts - additional_dependencies: [renovate@43.241.3] + additional_dependencies: [renovate@43.241.5] entry: renovate-config-validator files: '(^|/).?renovate(?:rc)?(?:\.json5?)?$' diff --git a/README.md b/README.md index bfe3104d..cc573b5c 100644 --- a/README.md +++ b/README.md @@ -11,7 +11,7 @@ For general usage: ```yaml repos: - repo: https://github.com/renovatebot/pre-commit-hooks - rev: 43.241.3 + rev: 43.241.5 hooks: - id: renovate-config-validator ``` @@ -22,7 +22,7 @@ opt into [strict mode](https://docs.renovatebot.com/config-validation/#strict-mo ```yaml repos: - repo: https://github.com/renovatebot/pre-commit-hooks - rev: 43.241.3 + rev: 43.241.5 hooks: - id: renovate-config-validator args: [--strict] @@ -37,7 +37,7 @@ You can override the configuration in [pre-commit-hooks.yaml](.pre-commit-hooks. ```yaml repos: - repo: https://github.com/renovatebot/pre-commit-hooks - rev: 43.241.3 + rev: 43.241.5 hooks: - id: renovate-config-validator args: [--strict] From 8817560934854217c13eda6b33dc3795f0a31f33 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 24 Jun 2026 03:25:37 +0000 Subject: [PATCH 02/16] chore(deps): update actions/setup-python action to v6.3.0 (#4427) | datasource | package | from | to | | ----------- | -------------------- | ------ | ------ | | github-tags | actions/setup-python | v6.2.0 | v6.3.0 | --- .github/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index cf7c78a9..e3a0e1c1 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -19,7 +19,7 @@ jobs: uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3 - name: Set up Python - uses: actions/setup-python@a309ff8b426b58ec0e2a45f0f869d46889d02405 # v6.2.0 + uses: actions/setup-python@ece7cb06caefa5fff74198d8649806c4678c61a1 # v6.3.0 with: python-version-file: .python-version cache: pip From 30b52ca8c5484d76b471a31eca33c1ab36f7f01f Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 24 Jun 2026 04:25:30 +0000 Subject: [PATCH 03/16] chore(deps): update dependency renovate to v43.242.0 (#4428) | datasource | package | from | to | | ---------- | -------- | -------- | -------- | | npm | renovate | 43.241.5 | 43.242.0 | --- .pre-commit-config.yaml | 2 +- .pre-commit-hooks.yaml | 2 +- README.md | 6 +++--- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 8a530ec4..f47403cc 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -1,5 +1,5 @@ repos: - repo: https://github.com/renovatebot/pre-commit-hooks - rev: 43.241.5 + rev: 43.242.0 hooks: - id: renovate-config-validator diff --git a/.pre-commit-hooks.yaml b/.pre-commit-hooks.yaml index 32b93e2e..c69e9b3d 100644 --- a/.pre-commit-hooks.yaml +++ b/.pre-commit-hooks.yaml @@ -4,6 +4,6 @@ minimum_pre_commit_version: 3.6.0 language: node language_version: lts - additional_dependencies: [renovate@43.241.5] + additional_dependencies: [renovate@43.242.0] entry: renovate-config-validator files: '(^|/).?renovate(?:rc)?(?:\.json5?)?$' diff --git a/README.md b/README.md index cc573b5c..64ac2da7 100644 --- a/README.md +++ b/README.md @@ -11,7 +11,7 @@ For general usage: ```yaml repos: - repo: https://github.com/renovatebot/pre-commit-hooks - rev: 43.241.5 + rev: 43.242.0 hooks: - id: renovate-config-validator ``` @@ -22,7 +22,7 @@ opt into [strict mode](https://docs.renovatebot.com/config-validation/#strict-mo ```yaml repos: - repo: https://github.com/renovatebot/pre-commit-hooks - rev: 43.241.5 + rev: 43.242.0 hooks: - id: renovate-config-validator args: [--strict] @@ -37,7 +37,7 @@ You can override the configuration in [pre-commit-hooks.yaml](.pre-commit-hooks. ```yaml repos: - repo: https://github.com/renovatebot/pre-commit-hooks - rev: 43.241.5 + rev: 43.242.0 hooks: - id: renovate-config-validator args: [--strict] From 080b85adb5e2264a53da702e424cca51fbc1db30 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 25 Jun 2026 05:26:10 +0000 Subject: [PATCH 04/16] chore(deps): update dependency renovate to v43.242.1 (#4429) | datasource | package | from | to | | ---------- | -------- | -------- | -------- | | npm | renovate | 43.242.0 | 43.242.1 | --- .pre-commit-config.yaml | 2 +- .pre-commit-hooks.yaml | 2 +- README.md | 6 +++--- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index f47403cc..475248bf 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -1,5 +1,5 @@ repos: - repo: https://github.com/renovatebot/pre-commit-hooks - rev: 43.242.0 + rev: 43.242.1 hooks: - id: renovate-config-validator diff --git a/.pre-commit-hooks.yaml b/.pre-commit-hooks.yaml index c69e9b3d..d5829f97 100644 --- a/.pre-commit-hooks.yaml +++ b/.pre-commit-hooks.yaml @@ -4,6 +4,6 @@ minimum_pre_commit_version: 3.6.0 language: node language_version: lts - additional_dependencies: [renovate@43.242.0] + additional_dependencies: [renovate@43.242.1] entry: renovate-config-validator files: '(^|/).?renovate(?:rc)?(?:\.json5?)?$' diff --git a/README.md b/README.md index 64ac2da7..05054ece 100644 --- a/README.md +++ b/README.md @@ -11,7 +11,7 @@ For general usage: ```yaml repos: - repo: https://github.com/renovatebot/pre-commit-hooks - rev: 43.242.0 + rev: 43.242.1 hooks: - id: renovate-config-validator ``` @@ -22,7 +22,7 @@ opt into [strict mode](https://docs.renovatebot.com/config-validation/#strict-mo ```yaml repos: - repo: https://github.com/renovatebot/pre-commit-hooks - rev: 43.242.0 + rev: 43.242.1 hooks: - id: renovate-config-validator args: [--strict] @@ -37,7 +37,7 @@ You can override the configuration in [pre-commit-hooks.yaml](.pre-commit-hooks. ```yaml repos: - repo: https://github.com/renovatebot/pre-commit-hooks - rev: 43.242.0 + rev: 43.242.1 hooks: - id: renovate-config-validator args: [--strict] From 574e0c355d91ac32f4f5377d5d6523942c9a4d76 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 25 Jun 2026 06:28:05 +0000 Subject: [PATCH 05/16] chore(deps): update dependency renovate to v43.242.2 (#4430) | datasource | package | from | to | | ---------- | -------- | -------- | -------- | | npm | renovate | 43.242.1 | 43.242.2 | --- .pre-commit-config.yaml | 2 +- .pre-commit-hooks.yaml | 2 +- README.md | 6 +++--- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 475248bf..f105fb5d 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -1,5 +1,5 @@ repos: - repo: https://github.com/renovatebot/pre-commit-hooks - rev: 43.242.1 + rev: 43.242.2 hooks: - id: renovate-config-validator diff --git a/.pre-commit-hooks.yaml b/.pre-commit-hooks.yaml index d5829f97..d7836896 100644 --- a/.pre-commit-hooks.yaml +++ b/.pre-commit-hooks.yaml @@ -4,6 +4,6 @@ minimum_pre_commit_version: 3.6.0 language: node language_version: lts - additional_dependencies: [renovate@43.242.1] + additional_dependencies: [renovate@43.242.2] entry: renovate-config-validator files: '(^|/).?renovate(?:rc)?(?:\.json5?)?$' diff --git a/README.md b/README.md index 05054ece..49882b34 100644 --- a/README.md +++ b/README.md @@ -11,7 +11,7 @@ For general usage: ```yaml repos: - repo: https://github.com/renovatebot/pre-commit-hooks - rev: 43.242.1 + rev: 43.242.2 hooks: - id: renovate-config-validator ``` @@ -22,7 +22,7 @@ opt into [strict mode](https://docs.renovatebot.com/config-validation/#strict-mo ```yaml repos: - repo: https://github.com/renovatebot/pre-commit-hooks - rev: 43.242.1 + rev: 43.242.2 hooks: - id: renovate-config-validator args: [--strict] @@ -37,7 +37,7 @@ You can override the configuration in [pre-commit-hooks.yaml](.pre-commit-hooks. ```yaml repos: - repo: https://github.com/renovatebot/pre-commit-hooks - rev: 43.242.1 + rev: 43.242.2 hooks: - id: renovate-config-validator args: [--strict] From d8f279837a93d9e189c2fabb079115ce7885137d Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 25 Jun 2026 16:26:50 +0000 Subject: [PATCH 06/16] chore(deps): update dependency renovate to v43.243.0 (#4431) | datasource | package | from | to | | ---------- | -------- | -------- | -------- | | npm | renovate | 43.242.2 | 43.243.0 | --- .pre-commit-config.yaml | 2 +- .pre-commit-hooks.yaml | 2 +- README.md | 6 +++--- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index f105fb5d..3a65ae45 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -1,5 +1,5 @@ repos: - repo: https://github.com/renovatebot/pre-commit-hooks - rev: 43.242.2 + rev: 43.243.0 hooks: - id: renovate-config-validator diff --git a/.pre-commit-hooks.yaml b/.pre-commit-hooks.yaml index d7836896..587ec04a 100644 --- a/.pre-commit-hooks.yaml +++ b/.pre-commit-hooks.yaml @@ -4,6 +4,6 @@ minimum_pre_commit_version: 3.6.0 language: node language_version: lts - additional_dependencies: [renovate@43.242.2] + additional_dependencies: [renovate@43.243.0] entry: renovate-config-validator files: '(^|/).?renovate(?:rc)?(?:\.json5?)?$' diff --git a/README.md b/README.md index 49882b34..81d07362 100644 --- a/README.md +++ b/README.md @@ -11,7 +11,7 @@ For general usage: ```yaml repos: - repo: https://github.com/renovatebot/pre-commit-hooks - rev: 43.242.2 + rev: 43.243.0 hooks: - id: renovate-config-validator ``` @@ -22,7 +22,7 @@ opt into [strict mode](https://docs.renovatebot.com/config-validation/#strict-mo ```yaml repos: - repo: https://github.com/renovatebot/pre-commit-hooks - rev: 43.242.2 + rev: 43.243.0 hooks: - id: renovate-config-validator args: [--strict] @@ -37,7 +37,7 @@ You can override the configuration in [pre-commit-hooks.yaml](.pre-commit-hooks. ```yaml repos: - repo: https://github.com/renovatebot/pre-commit-hooks - rev: 43.242.2 + rev: 43.243.0 hooks: - id: renovate-config-validator args: [--strict] From ea931ccc70c472cfeb2f822acba7f0e12b7842ce Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 25 Jun 2026 18:27:55 +0000 Subject: [PATCH 07/16] chore(deps): update dependency renovate to v43.243.1 (#4432) | datasource | package | from | to | | ---------- | -------- | -------- | -------- | | npm | renovate | 43.243.0 | 43.243.1 | --- .pre-commit-config.yaml | 2 +- .pre-commit-hooks.yaml | 2 +- README.md | 6 +++--- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 3a65ae45..14bbba2d 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -1,5 +1,5 @@ repos: - repo: https://github.com/renovatebot/pre-commit-hooks - rev: 43.243.0 + rev: 43.243.1 hooks: - id: renovate-config-validator diff --git a/.pre-commit-hooks.yaml b/.pre-commit-hooks.yaml index 587ec04a..9e0e075a 100644 --- a/.pre-commit-hooks.yaml +++ b/.pre-commit-hooks.yaml @@ -4,6 +4,6 @@ minimum_pre_commit_version: 3.6.0 language: node language_version: lts - additional_dependencies: [renovate@43.243.0] + additional_dependencies: [renovate@43.243.1] entry: renovate-config-validator files: '(^|/).?renovate(?:rc)?(?:\.json5?)?$' diff --git a/README.md b/README.md index 81d07362..5adc3ef5 100644 --- a/README.md +++ b/README.md @@ -11,7 +11,7 @@ For general usage: ```yaml repos: - repo: https://github.com/renovatebot/pre-commit-hooks - rev: 43.243.0 + rev: 43.243.1 hooks: - id: renovate-config-validator ``` @@ -22,7 +22,7 @@ opt into [strict mode](https://docs.renovatebot.com/config-validation/#strict-mo ```yaml repos: - repo: https://github.com/renovatebot/pre-commit-hooks - rev: 43.243.0 + rev: 43.243.1 hooks: - id: renovate-config-validator args: [--strict] @@ -37,7 +37,7 @@ You can override the configuration in [pre-commit-hooks.yaml](.pre-commit-hooks. ```yaml repos: - repo: https://github.com/renovatebot/pre-commit-hooks - rev: 43.243.0 + rev: 43.243.1 hooks: - id: renovate-config-validator args: [--strict] From f0e54646cf54dd01b07192bf1937ae20d95b4248 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 26 Jun 2026 01:27:20 +0000 Subject: [PATCH 08/16] chore(deps): update dependency renovate to v43.243.2 (#4433) | datasource | package | from | to | | ---------- | -------- | -------- | -------- | | npm | renovate | 43.243.1 | 43.243.2 | --- .pre-commit-config.yaml | 2 +- .pre-commit-hooks.yaml | 2 +- README.md | 6 +++--- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 14bbba2d..5b7a62c2 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -1,5 +1,5 @@ repos: - repo: https://github.com/renovatebot/pre-commit-hooks - rev: 43.243.1 + rev: 43.243.2 hooks: - id: renovate-config-validator diff --git a/.pre-commit-hooks.yaml b/.pre-commit-hooks.yaml index 9e0e075a..5e187abe 100644 --- a/.pre-commit-hooks.yaml +++ b/.pre-commit-hooks.yaml @@ -4,6 +4,6 @@ minimum_pre_commit_version: 3.6.0 language: node language_version: lts - additional_dependencies: [renovate@43.243.1] + additional_dependencies: [renovate@43.243.2] entry: renovate-config-validator files: '(^|/).?renovate(?:rc)?(?:\.json5?)?$' diff --git a/README.md b/README.md index 5adc3ef5..a1ea7386 100644 --- a/README.md +++ b/README.md @@ -11,7 +11,7 @@ For general usage: ```yaml repos: - repo: https://github.com/renovatebot/pre-commit-hooks - rev: 43.243.1 + rev: 43.243.2 hooks: - id: renovate-config-validator ``` @@ -22,7 +22,7 @@ opt into [strict mode](https://docs.renovatebot.com/config-validation/#strict-mo ```yaml repos: - repo: https://github.com/renovatebot/pre-commit-hooks - rev: 43.243.1 + rev: 43.243.2 hooks: - id: renovate-config-validator args: [--strict] @@ -37,7 +37,7 @@ You can override the configuration in [pre-commit-hooks.yaml](.pre-commit-hooks. ```yaml repos: - repo: https://github.com/renovatebot/pre-commit-hooks - rev: 43.243.1 + rev: 43.243.2 hooks: - id: renovate-config-validator args: [--strict] From f010ff2323c88ee24c2ae021c618c98506b7409d Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 26 Jun 2026 12:33:03 +0000 Subject: [PATCH 09/16] chore(deps): update dependency renovate to v43.244.0 (#4434) | datasource | package | from | to | | ---------- | -------- | -------- | -------- | | npm | renovate | 43.243.2 | 43.244.0 | --- .pre-commit-config.yaml | 2 +- .pre-commit-hooks.yaml | 2 +- README.md | 6 +++--- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 5b7a62c2..d08934d6 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -1,5 +1,5 @@ repos: - repo: https://github.com/renovatebot/pre-commit-hooks - rev: 43.243.2 + rev: 43.244.0 hooks: - id: renovate-config-validator diff --git a/.pre-commit-hooks.yaml b/.pre-commit-hooks.yaml index 5e187abe..5597e1ff 100644 --- a/.pre-commit-hooks.yaml +++ b/.pre-commit-hooks.yaml @@ -4,6 +4,6 @@ minimum_pre_commit_version: 3.6.0 language: node language_version: lts - additional_dependencies: [renovate@43.243.2] + additional_dependencies: [renovate@43.244.0] entry: renovate-config-validator files: '(^|/).?renovate(?:rc)?(?:\.json5?)?$' diff --git a/README.md b/README.md index a1ea7386..39892035 100644 --- a/README.md +++ b/README.md @@ -11,7 +11,7 @@ For general usage: ```yaml repos: - repo: https://github.com/renovatebot/pre-commit-hooks - rev: 43.243.2 + rev: 43.244.0 hooks: - id: renovate-config-validator ``` @@ -22,7 +22,7 @@ opt into [strict mode](https://docs.renovatebot.com/config-validation/#strict-mo ```yaml repos: - repo: https://github.com/renovatebot/pre-commit-hooks - rev: 43.243.2 + rev: 43.244.0 hooks: - id: renovate-config-validator args: [--strict] @@ -37,7 +37,7 @@ You can override the configuration in [pre-commit-hooks.yaml](.pre-commit-hooks. ```yaml repos: - repo: https://github.com/renovatebot/pre-commit-hooks - rev: 43.243.2 + rev: 43.244.0 hooks: - id: renovate-config-validator args: [--strict] From 0e32e203386425d01aafbc172a1f48f3be5411d2 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 26 Jun 2026 13:35:23 +0000 Subject: [PATCH 10/16] chore(deps): update dependency renovate to v43.244.1 (#4435) | datasource | package | from | to | | ---------- | -------- | -------- | -------- | | npm | renovate | 43.244.0 | 43.244.1 | --- .pre-commit-config.yaml | 2 +- .pre-commit-hooks.yaml | 2 +- README.md | 6 +++--- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index d08934d6..72ebd26e 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -1,5 +1,5 @@ repos: - repo: https://github.com/renovatebot/pre-commit-hooks - rev: 43.244.0 + rev: 43.244.1 hooks: - id: renovate-config-validator diff --git a/.pre-commit-hooks.yaml b/.pre-commit-hooks.yaml index 5597e1ff..d771eac9 100644 --- a/.pre-commit-hooks.yaml +++ b/.pre-commit-hooks.yaml @@ -4,6 +4,6 @@ minimum_pre_commit_version: 3.6.0 language: node language_version: lts - additional_dependencies: [renovate@43.244.0] + additional_dependencies: [renovate@43.244.1] entry: renovate-config-validator files: '(^|/).?renovate(?:rc)?(?:\.json5?)?$' diff --git a/README.md b/README.md index 39892035..a29d4e23 100644 --- a/README.md +++ b/README.md @@ -11,7 +11,7 @@ For general usage: ```yaml repos: - repo: https://github.com/renovatebot/pre-commit-hooks - rev: 43.244.0 + rev: 43.244.1 hooks: - id: renovate-config-validator ``` @@ -22,7 +22,7 @@ opt into [strict mode](https://docs.renovatebot.com/config-validation/#strict-mo ```yaml repos: - repo: https://github.com/renovatebot/pre-commit-hooks - rev: 43.244.0 + rev: 43.244.1 hooks: - id: renovate-config-validator args: [--strict] @@ -37,7 +37,7 @@ You can override the configuration in [pre-commit-hooks.yaml](.pre-commit-hooks. ```yaml repos: - repo: https://github.com/renovatebot/pre-commit-hooks - rev: 43.244.0 + rev: 43.244.1 hooks: - id: renovate-config-validator args: [--strict] From 0522f2ac0db4a7471cf5ddc0585cea3c3dfd2808 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 26 Jun 2026 19:31:43 +0000 Subject: [PATCH 11/16] chore(deps): update dependency renovate to v43.244.2 (#4436) | datasource | package | from | to | | ---------- | -------- | -------- | -------- | | npm | renovate | 43.244.1 | 43.244.2 | --- .pre-commit-config.yaml | 2 +- .pre-commit-hooks.yaml | 2 +- README.md | 6 +++--- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 72ebd26e..933fc96c 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -1,5 +1,5 @@ repos: - repo: https://github.com/renovatebot/pre-commit-hooks - rev: 43.244.1 + rev: 43.244.2 hooks: - id: renovate-config-validator diff --git a/.pre-commit-hooks.yaml b/.pre-commit-hooks.yaml index d771eac9..5b000842 100644 --- a/.pre-commit-hooks.yaml +++ b/.pre-commit-hooks.yaml @@ -4,6 +4,6 @@ minimum_pre_commit_version: 3.6.0 language: node language_version: lts - additional_dependencies: [renovate@43.244.1] + additional_dependencies: [renovate@43.244.2] entry: renovate-config-validator files: '(^|/).?renovate(?:rc)?(?:\.json5?)?$' diff --git a/README.md b/README.md index a29d4e23..02b716ed 100644 --- a/README.md +++ b/README.md @@ -11,7 +11,7 @@ For general usage: ```yaml repos: - repo: https://github.com/renovatebot/pre-commit-hooks - rev: 43.244.1 + rev: 43.244.2 hooks: - id: renovate-config-validator ``` @@ -22,7 +22,7 @@ opt into [strict mode](https://docs.renovatebot.com/config-validation/#strict-mo ```yaml repos: - repo: https://github.com/renovatebot/pre-commit-hooks - rev: 43.244.1 + rev: 43.244.2 hooks: - id: renovate-config-validator args: [--strict] @@ -37,7 +37,7 @@ You can override the configuration in [pre-commit-hooks.yaml](.pre-commit-hooks. ```yaml repos: - repo: https://github.com/renovatebot/pre-commit-hooks - rev: 43.244.1 + rev: 43.244.2 hooks: - id: renovate-config-validator args: [--strict] From 33789a937b43caa52a66e338cf2334db31dffb4f Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 26 Jun 2026 20:29:09 +0000 Subject: [PATCH 12/16] chore(deps): update dependency renovate to v43.244.3 (#4437) | datasource | package | from | to | | ---------- | -------- | -------- | -------- | | npm | renovate | 43.244.2 | 43.244.3 | --- .pre-commit-config.yaml | 2 +- .pre-commit-hooks.yaml | 2 +- README.md | 6 +++--- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 933fc96c..6b168c7d 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -1,5 +1,5 @@ repos: - repo: https://github.com/renovatebot/pre-commit-hooks - rev: 43.244.2 + rev: 43.244.3 hooks: - id: renovate-config-validator diff --git a/.pre-commit-hooks.yaml b/.pre-commit-hooks.yaml index 5b000842..b1718030 100644 --- a/.pre-commit-hooks.yaml +++ b/.pre-commit-hooks.yaml @@ -4,6 +4,6 @@ minimum_pre_commit_version: 3.6.0 language: node language_version: lts - additional_dependencies: [renovate@43.244.2] + additional_dependencies: [renovate@43.244.3] entry: renovate-config-validator files: '(^|/).?renovate(?:rc)?(?:\.json5?)?$' diff --git a/README.md b/README.md index 02b716ed..abe113bb 100644 --- a/README.md +++ b/README.md @@ -11,7 +11,7 @@ For general usage: ```yaml repos: - repo: https://github.com/renovatebot/pre-commit-hooks - rev: 43.244.2 + rev: 43.244.3 hooks: - id: renovate-config-validator ``` @@ -22,7 +22,7 @@ opt into [strict mode](https://docs.renovatebot.com/config-validation/#strict-mo ```yaml repos: - repo: https://github.com/renovatebot/pre-commit-hooks - rev: 43.244.2 + rev: 43.244.3 hooks: - id: renovate-config-validator args: [--strict] @@ -37,7 +37,7 @@ You can override the configuration in [pre-commit-hooks.yaml](.pre-commit-hooks. ```yaml repos: - repo: https://github.com/renovatebot/pre-commit-hooks - rev: 43.244.2 + rev: 43.244.3 hooks: - id: renovate-config-validator args: [--strict] From 884ff09a05ff2265a0047f78162e4af5f35f450c Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 27 Jun 2026 03:25:12 +0000 Subject: [PATCH 13/16] chore(deps): update dependency renovate to v43.244.4 (#4438) | datasource | package | from | to | | ---------- | -------- | -------- | -------- | | npm | renovate | 43.244.3 | 43.244.4 | --- .pre-commit-config.yaml | 2 +- .pre-commit-hooks.yaml | 2 +- README.md | 6 +++--- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 6b168c7d..ffee5614 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -1,5 +1,5 @@ repos: - repo: https://github.com/renovatebot/pre-commit-hooks - rev: 43.244.3 + rev: 43.244.4 hooks: - id: renovate-config-validator diff --git a/.pre-commit-hooks.yaml b/.pre-commit-hooks.yaml index b1718030..6ce2f5ef 100644 --- a/.pre-commit-hooks.yaml +++ b/.pre-commit-hooks.yaml @@ -4,6 +4,6 @@ minimum_pre_commit_version: 3.6.0 language: node language_version: lts - additional_dependencies: [renovate@43.244.3] + additional_dependencies: [renovate@43.244.4] entry: renovate-config-validator files: '(^|/).?renovate(?:rc)?(?:\.json5?)?$' diff --git a/README.md b/README.md index abe113bb..20f06a7f 100644 --- a/README.md +++ b/README.md @@ -11,7 +11,7 @@ For general usage: ```yaml repos: - repo: https://github.com/renovatebot/pre-commit-hooks - rev: 43.244.3 + rev: 43.244.4 hooks: - id: renovate-config-validator ``` @@ -22,7 +22,7 @@ opt into [strict mode](https://docs.renovatebot.com/config-validation/#strict-mo ```yaml repos: - repo: https://github.com/renovatebot/pre-commit-hooks - rev: 43.244.3 + rev: 43.244.4 hooks: - id: renovate-config-validator args: [--strict] @@ -37,7 +37,7 @@ You can override the configuration in [pre-commit-hooks.yaml](.pre-commit-hooks. ```yaml repos: - repo: https://github.com/renovatebot/pre-commit-hooks - rev: 43.244.3 + rev: 43.244.4 hooks: - id: renovate-config-validator args: [--strict] From 2459bd16e251290ceab973c106c4e656b84d50fe Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 27 Jun 2026 16:26:56 +0000 Subject: [PATCH 14/16] chore(deps): update dependency renovate to v43.245.0 (#4439) | datasource | package | from | to | | ---------- | -------- | -------- | -------- | | npm | renovate | 43.244.4 | 43.245.0 | --- .pre-commit-config.yaml | 2 +- .pre-commit-hooks.yaml | 2 +- README.md | 6 +++--- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index ffee5614..97c2a2d0 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -1,5 +1,5 @@ repos: - repo: https://github.com/renovatebot/pre-commit-hooks - rev: 43.244.4 + rev: 43.245.0 hooks: - id: renovate-config-validator diff --git a/.pre-commit-hooks.yaml b/.pre-commit-hooks.yaml index 6ce2f5ef..7a681a33 100644 --- a/.pre-commit-hooks.yaml +++ b/.pre-commit-hooks.yaml @@ -4,6 +4,6 @@ minimum_pre_commit_version: 3.6.0 language: node language_version: lts - additional_dependencies: [renovate@43.244.4] + additional_dependencies: [renovate@43.245.0] entry: renovate-config-validator files: '(^|/).?renovate(?:rc)?(?:\.json5?)?$' diff --git a/README.md b/README.md index 20f06a7f..5abac254 100644 --- a/README.md +++ b/README.md @@ -11,7 +11,7 @@ For general usage: ```yaml repos: - repo: https://github.com/renovatebot/pre-commit-hooks - rev: 43.244.4 + rev: 43.245.0 hooks: - id: renovate-config-validator ``` @@ -22,7 +22,7 @@ opt into [strict mode](https://docs.renovatebot.com/config-validation/#strict-mo ```yaml repos: - repo: https://github.com/renovatebot/pre-commit-hooks - rev: 43.244.4 + rev: 43.245.0 hooks: - id: renovate-config-validator args: [--strict] @@ -37,7 +37,7 @@ You can override the configuration in [pre-commit-hooks.yaml](.pre-commit-hooks. ```yaml repos: - repo: https://github.com/renovatebot/pre-commit-hooks - rev: 43.244.4 + rev: 43.245.0 hooks: - id: renovate-config-validator args: [--strict] From b232c33751687fbe29f540489e82fb43d93a5aa8 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 28 Jun 2026 15:29:15 +0000 Subject: [PATCH 15/16] chore(deps): update dependency renovate to v43.246.0 (#4440) | datasource | package | from | to | | ---------- | -------- | -------- | -------- | | npm | renovate | 43.245.0 | 43.246.0 | --- .pre-commit-config.yaml | 2 +- .pre-commit-hooks.yaml | 2 +- README.md | 6 +++--- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 97c2a2d0..661dcd14 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -1,5 +1,5 @@ repos: - repo: https://github.com/renovatebot/pre-commit-hooks - rev: 43.245.0 + rev: 43.246.0 hooks: - id: renovate-config-validator diff --git a/.pre-commit-hooks.yaml b/.pre-commit-hooks.yaml index 7a681a33..91270c55 100644 --- a/.pre-commit-hooks.yaml +++ b/.pre-commit-hooks.yaml @@ -4,6 +4,6 @@ minimum_pre_commit_version: 3.6.0 language: node language_version: lts - additional_dependencies: [renovate@43.245.0] + additional_dependencies: [renovate@43.246.0] entry: renovate-config-validator files: '(^|/).?renovate(?:rc)?(?:\.json5?)?$' diff --git a/README.md b/README.md index 5abac254..2a36eed8 100644 --- a/README.md +++ b/README.md @@ -11,7 +11,7 @@ For general usage: ```yaml repos: - repo: https://github.com/renovatebot/pre-commit-hooks - rev: 43.245.0 + rev: 43.246.0 hooks: - id: renovate-config-validator ``` @@ -22,7 +22,7 @@ opt into [strict mode](https://docs.renovatebot.com/config-validation/#strict-mo ```yaml repos: - repo: https://github.com/renovatebot/pre-commit-hooks - rev: 43.245.0 + rev: 43.246.0 hooks: - id: renovate-config-validator args: [--strict] @@ -37,7 +37,7 @@ You can override the configuration in [pre-commit-hooks.yaml](.pre-commit-hooks. ```yaml repos: - repo: https://github.com/renovatebot/pre-commit-hooks - rev: 43.245.0 + rev: 43.246.0 hooks: - id: renovate-config-validator args: [--strict] From 71cbfa26bd17647442fe0e467485301c246ff58b Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 28 Jun 2026 20:29:22 +0000 Subject: [PATCH 16/16] chore(deps): update dependency renovate to v43.246.1 (#4441) | datasource | package | from | to | | ---------- | -------- | -------- | -------- | | npm | renovate | 43.246.0 | 43.246.1 | --- .pre-commit-config.yaml | 2 +- .pre-commit-hooks.yaml | 2 +- README.md | 6 +++--- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 661dcd14..61755940 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -1,5 +1,5 @@ repos: - repo: https://github.com/renovatebot/pre-commit-hooks - rev: 43.246.0 + rev: 43.246.1 hooks: - id: renovate-config-validator diff --git a/.pre-commit-hooks.yaml b/.pre-commit-hooks.yaml index 91270c55..b195c173 100644 --- a/.pre-commit-hooks.yaml +++ b/.pre-commit-hooks.yaml @@ -4,6 +4,6 @@ minimum_pre_commit_version: 3.6.0 language: node language_version: lts - additional_dependencies: [renovate@43.246.0] + additional_dependencies: [renovate@43.246.1] entry: renovate-config-validator files: '(^|/).?renovate(?:rc)?(?:\.json5?)?$' diff --git a/README.md b/README.md index 2a36eed8..ecc10061 100644 --- a/README.md +++ b/README.md @@ -11,7 +11,7 @@ For general usage: ```yaml repos: - repo: https://github.com/renovatebot/pre-commit-hooks - rev: 43.246.0 + rev: 43.246.1 hooks: - id: renovate-config-validator ``` @@ -22,7 +22,7 @@ opt into [strict mode](https://docs.renovatebot.com/config-validation/#strict-mo ```yaml repos: - repo: https://github.com/renovatebot/pre-commit-hooks - rev: 43.246.0 + rev: 43.246.1 hooks: - id: renovate-config-validator args: [--strict] @@ -37,7 +37,7 @@ You can override the configuration in [pre-commit-hooks.yaml](.pre-commit-hooks. ```yaml repos: - repo: https://github.com/renovatebot/pre-commit-hooks - rev: 43.246.0 + rev: 43.246.1 hooks: - id: renovate-config-validator args: [--strict]