From 88e8fc877ea6e7145841fe45a824bf58f631eb87 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 8 Feb 2024 10:17:52 +0000 Subject: [PATCH 01/19] chore(deps): update dependency renovate to v37.176.0 (#1769) | datasource | package | from | to | | ---------- | -------- | -------- | -------- | | npm | renovate | 37.175.3 | 37.176.0 | Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- .pre-commit-config.yaml | 2 +- .pre-commit-hooks.yaml | 2 +- README.md | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 5f11c43b..d4983d95 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -1,5 +1,5 @@ repos: - repo: https://github.com/maxbrunet/pre-commit-renovate - rev: 37.175.3 + rev: 37.176.0 hooks: - id: renovate-config-validator diff --git a/.pre-commit-hooks.yaml b/.pre-commit-hooks.yaml index d1b0cb0e..32acc6c5 100644 --- a/.pre-commit-hooks.yaml +++ b/.pre-commit-hooks.yaml @@ -2,6 +2,6 @@ name: renovate-config-validator description: Validate Renovate config language: node - additional_dependencies: [renovate@37.175.3] + additional_dependencies: [renovate@37.176.0] entry: renovate-config-validator files: '(^|/).?renovate(?:rc)?(?:\.json5?)?$' diff --git a/README.md b/README.md index d9611618..e19d7741 100644 --- a/README.md +++ b/README.md @@ -9,7 +9,7 @@ Even though it is a Node-based hook, it works [without any system-level dependen ```yaml repos: - repo: https://github.com/renovatebot/pre-commit-hooks - rev: 37.175.3 + rev: 37.176.0 hooks: - id: renovate-config-validator ``` From f0bd6aac7b126fe0c3aed167d05aea05c93fc690 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 8 Feb 2024 17:09:39 +0000 Subject: [PATCH 02/19] chore(deps): update dependency renovate to v37.176.1 (#1770) | datasource | package | from | to | | ---------- | -------- | -------- | -------- | | npm | renovate | 37.176.0 | 37.176.1 | Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- .pre-commit-config.yaml | 2 +- .pre-commit-hooks.yaml | 2 +- README.md | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index d4983d95..7dd6943e 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -1,5 +1,5 @@ repos: - repo: https://github.com/maxbrunet/pre-commit-renovate - rev: 37.176.0 + rev: 37.176.1 hooks: - id: renovate-config-validator diff --git a/.pre-commit-hooks.yaml b/.pre-commit-hooks.yaml index 32acc6c5..1e1d4718 100644 --- a/.pre-commit-hooks.yaml +++ b/.pre-commit-hooks.yaml @@ -2,6 +2,6 @@ name: renovate-config-validator description: Validate Renovate config language: node - additional_dependencies: [renovate@37.176.0] + additional_dependencies: [renovate@37.176.1] entry: renovate-config-validator files: '(^|/).?renovate(?:rc)?(?:\.json5?)?$' diff --git a/README.md b/README.md index e19d7741..351abaff 100644 --- a/README.md +++ b/README.md @@ -9,7 +9,7 @@ Even though it is a Node-based hook, it works [without any system-level dependen ```yaml repos: - repo: https://github.com/renovatebot/pre-commit-hooks - rev: 37.176.0 + rev: 37.176.1 hooks: - id: renovate-config-validator ``` From 827bf2a427502be29776252fe648128af444c597 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 8 Feb 2024 19:24:25 +0000 Subject: [PATCH 03/19] chore(deps): update dependency renovate to v37.178.0 (#1771) | datasource | package | from | to | | ---------- | -------- | -------- | -------- | | npm | renovate | 37.176.1 | 37.178.0 | Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- .pre-commit-config.yaml | 2 +- .pre-commit-hooks.yaml | 2 +- README.md | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 7dd6943e..08968038 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -1,5 +1,5 @@ repos: - repo: https://github.com/maxbrunet/pre-commit-renovate - rev: 37.176.1 + rev: 37.178.0 hooks: - id: renovate-config-validator diff --git a/.pre-commit-hooks.yaml b/.pre-commit-hooks.yaml index 1e1d4718..c59224f3 100644 --- a/.pre-commit-hooks.yaml +++ b/.pre-commit-hooks.yaml @@ -2,6 +2,6 @@ name: renovate-config-validator description: Validate Renovate config language: node - additional_dependencies: [renovate@37.176.1] + additional_dependencies: [renovate@37.178.0] entry: renovate-config-validator files: '(^|/).?renovate(?:rc)?(?:\.json5?)?$' diff --git a/README.md b/README.md index 351abaff..1c3a608b 100644 --- a/README.md +++ b/README.md @@ -9,7 +9,7 @@ Even though it is a Node-based hook, it works [without any system-level dependen ```yaml repos: - repo: https://github.com/renovatebot/pre-commit-hooks - rev: 37.176.1 + rev: 37.178.0 hooks: - id: renovate-config-validator ``` From b04f7ad5932702d7b13413f4a54debfddc3a603d Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 8 Feb 2024 21:45:44 +0000 Subject: [PATCH 04/19] chore(deps): update dependency renovate to v37.179.0 (#1772) | datasource | package | from | to | | ---------- | -------- | -------- | -------- | | npm | renovate | 37.178.0 | 37.179.0 | Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- .pre-commit-config.yaml | 2 +- .pre-commit-hooks.yaml | 2 +- README.md | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 08968038..fb6390b7 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -1,5 +1,5 @@ repos: - repo: https://github.com/maxbrunet/pre-commit-renovate - rev: 37.178.0 + rev: 37.179.0 hooks: - id: renovate-config-validator diff --git a/.pre-commit-hooks.yaml b/.pre-commit-hooks.yaml index c59224f3..4fe3d357 100644 --- a/.pre-commit-hooks.yaml +++ b/.pre-commit-hooks.yaml @@ -2,6 +2,6 @@ name: renovate-config-validator description: Validate Renovate config language: node - additional_dependencies: [renovate@37.178.0] + additional_dependencies: [renovate@37.179.0] entry: renovate-config-validator files: '(^|/).?renovate(?:rc)?(?:\.json5?)?$' diff --git a/README.md b/README.md index 1c3a608b..94b93467 100644 --- a/README.md +++ b/README.md @@ -9,7 +9,7 @@ Even though it is a Node-based hook, it works [without any system-level dependen ```yaml repos: - repo: https://github.com/renovatebot/pre-commit-hooks - rev: 37.178.0 + rev: 37.179.0 hooks: - id: renovate-config-validator ``` From d41e6fc64bdf6a4659df0dac3e833bca8e62b7d1 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 9 Feb 2024 00:11:07 +0000 Subject: [PATCH 05/19] chore(deps): update dependency renovate to v37.180.0 (#1774) | datasource | package | from | to | | ---------- | -------- | -------- | -------- | | npm | renovate | 37.179.0 | 37.180.0 | Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- .pre-commit-config.yaml | 2 +- .pre-commit-hooks.yaml | 2 +- README.md | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index fb6390b7..ec9247ba 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -1,5 +1,5 @@ repos: - repo: https://github.com/maxbrunet/pre-commit-renovate - rev: 37.179.0 + rev: 37.180.0 hooks: - id: renovate-config-validator diff --git a/.pre-commit-hooks.yaml b/.pre-commit-hooks.yaml index 4fe3d357..eb4287bf 100644 --- a/.pre-commit-hooks.yaml +++ b/.pre-commit-hooks.yaml @@ -2,6 +2,6 @@ name: renovate-config-validator description: Validate Renovate config language: node - additional_dependencies: [renovate@37.179.0] + additional_dependencies: [renovate@37.180.0] entry: renovate-config-validator files: '(^|/).?renovate(?:rc)?(?:\.json5?)?$' diff --git a/README.md b/README.md index 94b93467..b6cd1d2a 100644 --- a/README.md +++ b/README.md @@ -9,7 +9,7 @@ Even though it is a Node-based hook, it works [without any system-level dependen ```yaml repos: - repo: https://github.com/renovatebot/pre-commit-hooks - rev: 37.179.0 + rev: 37.180.0 hooks: - id: renovate-config-validator ``` From cd67e0a2591896f30e7dc7341d0ad425709a96f3 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 9 Feb 2024 03:05:07 +0000 Subject: [PATCH 06/19] chore(deps): update mikefarah/yq action to v4.40.7 (#1773) | datasource | package | from | to | | ----------- | ------------ | ------- | ------- | | github-tags | mikefarah/yq | v4.40.6 | v4.40.7 | Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- .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 8aa6c6e7..8db1b53a 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -48,7 +48,7 @@ jobs: - name: Get Renovate version id: get-renovate-version - uses: mikefarah/yq@e19046273e37d1d4f5d3524f085db34be8174645 # v4.40.6 + uses: mikefarah/yq@bb66c9c872a7a4cf3d6846c2ff6d182c66ec3f77 # v4.40.7 with: cmd: >- yq eval From 1324e1308c57962c561a07857ce04a3ba0c10fe3 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 9 Feb 2024 13:32:17 +0000 Subject: [PATCH 07/19] chore(deps): update dependency renovate to v37.180.1 (#1775) | datasource | package | from | to | | ---------- | -------- | -------- | -------- | | npm | renovate | 37.180.0 | 37.180.1 | Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- .pre-commit-config.yaml | 2 +- .pre-commit-hooks.yaml | 2 +- README.md | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index ec9247ba..de678201 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -1,5 +1,5 @@ repos: - repo: https://github.com/maxbrunet/pre-commit-renovate - rev: 37.180.0 + rev: 37.180.1 hooks: - id: renovate-config-validator diff --git a/.pre-commit-hooks.yaml b/.pre-commit-hooks.yaml index eb4287bf..44ecddbd 100644 --- a/.pre-commit-hooks.yaml +++ b/.pre-commit-hooks.yaml @@ -2,6 +2,6 @@ name: renovate-config-validator description: Validate Renovate config language: node - additional_dependencies: [renovate@37.180.0] + additional_dependencies: [renovate@37.180.1] entry: renovate-config-validator files: '(^|/).?renovate(?:rc)?(?:\.json5?)?$' diff --git a/README.md b/README.md index b6cd1d2a..04006e48 100644 --- a/README.md +++ b/README.md @@ -9,7 +9,7 @@ Even though it is a Node-based hook, it works [without any system-level dependen ```yaml repos: - repo: https://github.com/renovatebot/pre-commit-hooks - rev: 37.180.0 + rev: 37.180.1 hooks: - id: renovate-config-validator ``` From d76441b569a26f2795bb48b5bd370b3d21bad03d Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 9 Feb 2024 19:49:35 +0000 Subject: [PATCH 08/19] chore(deps): update dependency renovate to v37.181.3 (#1776) | datasource | package | from | to | | ---------- | -------- | -------- | -------- | | npm | renovate | 37.180.1 | 37.181.3 | Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- .pre-commit-config.yaml | 2 +- .pre-commit-hooks.yaml | 2 +- README.md | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index de678201..5d229cbb 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -1,5 +1,5 @@ repos: - repo: https://github.com/maxbrunet/pre-commit-renovate - rev: 37.180.1 + rev: 37.181.3 hooks: - id: renovate-config-validator diff --git a/.pre-commit-hooks.yaml b/.pre-commit-hooks.yaml index 44ecddbd..71aaefa0 100644 --- a/.pre-commit-hooks.yaml +++ b/.pre-commit-hooks.yaml @@ -2,6 +2,6 @@ name: renovate-config-validator description: Validate Renovate config language: node - additional_dependencies: [renovate@37.180.1] + additional_dependencies: [renovate@37.181.3] entry: renovate-config-validator files: '(^|/).?renovate(?:rc)?(?:\.json5?)?$' diff --git a/README.md b/README.md index 04006e48..2787bca5 100644 --- a/README.md +++ b/README.md @@ -9,7 +9,7 @@ Even though it is a Node-based hook, it works [without any system-level dependen ```yaml repos: - repo: https://github.com/renovatebot/pre-commit-hooks - rev: 37.180.1 + rev: 37.181.3 hooks: - id: renovate-config-validator ``` From 130dba121df88009b8ee575a15afd3dd9c7ef936 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 9 Feb 2024 22:12:58 +0000 Subject: [PATCH 09/19] chore(deps): update dependency renovate to v37.181.6 (#1777) | datasource | package | from | to | | ---------- | -------- | -------- | -------- | | npm | renovate | 37.181.3 | 37.181.6 | Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- .pre-commit-config.yaml | 2 +- .pre-commit-hooks.yaml | 2 +- README.md | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 5d229cbb..4ec47376 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -1,5 +1,5 @@ repos: - repo: https://github.com/maxbrunet/pre-commit-renovate - rev: 37.181.3 + rev: 37.181.6 hooks: - id: renovate-config-validator diff --git a/.pre-commit-hooks.yaml b/.pre-commit-hooks.yaml index 71aaefa0..3d1f6315 100644 --- a/.pre-commit-hooks.yaml +++ b/.pre-commit-hooks.yaml @@ -2,6 +2,6 @@ name: renovate-config-validator description: Validate Renovate config language: node - additional_dependencies: [renovate@37.181.3] + additional_dependencies: [renovate@37.181.6] entry: renovate-config-validator files: '(^|/).?renovate(?:rc)?(?:\.json5?)?$' diff --git a/README.md b/README.md index 2787bca5..1390f0cf 100644 --- a/README.md +++ b/README.md @@ -9,7 +9,7 @@ Even though it is a Node-based hook, it works [without any system-level dependen ```yaml repos: - repo: https://github.com/renovatebot/pre-commit-hooks - rev: 37.181.3 + rev: 37.181.6 hooks: - id: renovate-config-validator ``` From 8a43dc7e433d15f439ba730826fdcfeca90b63a0 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 10 Feb 2024 01:18:30 +0000 Subject: [PATCH 10/19] chore(deps): update dependency renovate to v37.181.8 (#1778) | datasource | package | from | to | | ---------- | -------- | -------- | -------- | | npm | renovate | 37.181.6 | 37.181.8 | Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- .pre-commit-config.yaml | 2 +- .pre-commit-hooks.yaml | 2 +- README.md | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 4ec47376..a8240892 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -1,5 +1,5 @@ repos: - repo: https://github.com/maxbrunet/pre-commit-renovate - rev: 37.181.6 + rev: 37.181.8 hooks: - id: renovate-config-validator diff --git a/.pre-commit-hooks.yaml b/.pre-commit-hooks.yaml index 3d1f6315..bd5f9e0d 100644 --- a/.pre-commit-hooks.yaml +++ b/.pre-commit-hooks.yaml @@ -2,6 +2,6 @@ name: renovate-config-validator description: Validate Renovate config language: node - additional_dependencies: [renovate@37.181.6] + additional_dependencies: [renovate@37.181.8] entry: renovate-config-validator files: '(^|/).?renovate(?:rc)?(?:\.json5?)?$' diff --git a/README.md b/README.md index 1390f0cf..94573e40 100644 --- a/README.md +++ b/README.md @@ -9,7 +9,7 @@ Even though it is a Node-based hook, it works [without any system-level dependen ```yaml repos: - repo: https://github.com/renovatebot/pre-commit-hooks - rev: 37.181.6 + rev: 37.181.8 hooks: - id: renovate-config-validator ``` From 4b45683638c3d55c4d323befdcc126d89264487c Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 10 Feb 2024 03:04:22 +0000 Subject: [PATCH 11/19] chore(deps): update dependency renovate to v37.181.9 (#1779) | datasource | package | from | to | | ---------- | -------- | -------- | -------- | | npm | renovate | 37.181.8 | 37.181.9 | Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- .pre-commit-config.yaml | 2 +- .pre-commit-hooks.yaml | 2 +- README.md | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index a8240892..bf4dbf7c 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -1,5 +1,5 @@ repos: - repo: https://github.com/maxbrunet/pre-commit-renovate - rev: 37.181.8 + rev: 37.181.9 hooks: - id: renovate-config-validator diff --git a/.pre-commit-hooks.yaml b/.pre-commit-hooks.yaml index bd5f9e0d..5bb6d8d7 100644 --- a/.pre-commit-hooks.yaml +++ b/.pre-commit-hooks.yaml @@ -2,6 +2,6 @@ name: renovate-config-validator description: Validate Renovate config language: node - additional_dependencies: [renovate@37.181.8] + additional_dependencies: [renovate@37.181.9] entry: renovate-config-validator files: '(^|/).?renovate(?:rc)?(?:\.json5?)?$' diff --git a/README.md b/README.md index 94573e40..bce313d5 100644 --- a/README.md +++ b/README.md @@ -9,7 +9,7 @@ Even though it is a Node-based hook, it works [without any system-level dependen ```yaml repos: - repo: https://github.com/renovatebot/pre-commit-hooks - rev: 37.181.8 + rev: 37.181.9 hooks: - id: renovate-config-validator ``` From 8cf30ef64a7c0e3220069784e70673100328e455 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 10 Feb 2024 07:55:12 +0000 Subject: [PATCH 12/19] chore(deps): update dependency renovate to v37.181.10 (#1780) | datasource | package | from | to | | ---------- | -------- | -------- | --------- | | npm | renovate | 37.181.9 | 37.181.10 | Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- .pre-commit-config.yaml | 2 +- .pre-commit-hooks.yaml | 2 +- README.md | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index bf4dbf7c..69fca01f 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -1,5 +1,5 @@ repos: - repo: https://github.com/maxbrunet/pre-commit-renovate - rev: 37.181.9 + rev: 37.181.10 hooks: - id: renovate-config-validator diff --git a/.pre-commit-hooks.yaml b/.pre-commit-hooks.yaml index 5bb6d8d7..bef5208f 100644 --- a/.pre-commit-hooks.yaml +++ b/.pre-commit-hooks.yaml @@ -2,6 +2,6 @@ name: renovate-config-validator description: Validate Renovate config language: node - additional_dependencies: [renovate@37.181.9] + additional_dependencies: [renovate@37.181.10] entry: renovate-config-validator files: '(^|/).?renovate(?:rc)?(?:\.json5?)?$' diff --git a/README.md b/README.md index bce313d5..ef86ec01 100644 --- a/README.md +++ b/README.md @@ -9,7 +9,7 @@ Even though it is a Node-based hook, it works [without any system-level dependen ```yaml repos: - repo: https://github.com/renovatebot/pre-commit-hooks - rev: 37.181.9 + rev: 37.181.10 hooks: - id: renovate-config-validator ``` From c675e671c100ef153da098650a659575fe89629c Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 10 Feb 2024 10:05:36 +0000 Subject: [PATCH 13/19] chore(deps): update dependency renovate to v37.181.11 (#1781) | datasource | package | from | to | | ---------- | -------- | --------- | --------- | | npm | renovate | 37.181.10 | 37.181.11 | Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- .pre-commit-config.yaml | 2 +- .pre-commit-hooks.yaml | 2 +- README.md | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 69fca01f..24e60b6b 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -1,5 +1,5 @@ repos: - repo: https://github.com/maxbrunet/pre-commit-renovate - rev: 37.181.10 + rev: 37.181.11 hooks: - id: renovate-config-validator diff --git a/.pre-commit-hooks.yaml b/.pre-commit-hooks.yaml index bef5208f..44290c8f 100644 --- a/.pre-commit-hooks.yaml +++ b/.pre-commit-hooks.yaml @@ -2,6 +2,6 @@ name: renovate-config-validator description: Validate Renovate config language: node - additional_dependencies: [renovate@37.181.10] + additional_dependencies: [renovate@37.181.11] entry: renovate-config-validator files: '(^|/).?renovate(?:rc)?(?:\.json5?)?$' diff --git a/README.md b/README.md index ef86ec01..19d70316 100644 --- a/README.md +++ b/README.md @@ -9,7 +9,7 @@ Even though it is a Node-based hook, it works [without any system-level dependen ```yaml repos: - repo: https://github.com/renovatebot/pre-commit-hooks - rev: 37.181.10 + rev: 37.181.11 hooks: - id: renovate-config-validator ``` From f1624d73bf3eb3f4a447f93de239fa81df962b30 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 10 Feb 2024 16:32:31 +0000 Subject: [PATCH 14/19] chore(deps): update dependency renovate to v37.182.0 (#1782) | datasource | package | from | to | | ---------- | -------- | --------- | -------- | | npm | renovate | 37.181.11 | 37.182.0 | Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- .pre-commit-config.yaml | 2 +- .pre-commit-hooks.yaml | 2 +- README.md | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 24e60b6b..7dc8b191 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -1,5 +1,5 @@ repos: - repo: https://github.com/maxbrunet/pre-commit-renovate - rev: 37.181.11 + rev: 37.182.0 hooks: - id: renovate-config-validator diff --git a/.pre-commit-hooks.yaml b/.pre-commit-hooks.yaml index 44290c8f..20bf0199 100644 --- a/.pre-commit-hooks.yaml +++ b/.pre-commit-hooks.yaml @@ -2,6 +2,6 @@ name: renovate-config-validator description: Validate Renovate config language: node - additional_dependencies: [renovate@37.181.11] + additional_dependencies: [renovate@37.182.0] entry: renovate-config-validator files: '(^|/).?renovate(?:rc)?(?:\.json5?)?$' diff --git a/README.md b/README.md index 19d70316..87420895 100644 --- a/README.md +++ b/README.md @@ -9,7 +9,7 @@ Even though it is a Node-based hook, it works [without any system-level dependen ```yaml repos: - repo: https://github.com/renovatebot/pre-commit-hooks - rev: 37.181.11 + rev: 37.182.0 hooks: - id: renovate-config-validator ``` From 8bd34d3b59a6f3826fc33cb9f14632a1562fbed9 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 10 Feb 2024 23:09:48 +0000 Subject: [PATCH 15/19] chore(deps): update dependency pre-commit to v3.6.1 (#1783) | datasource | package | from | to | | ---------- | ---------- | ----- | ----- | | pypi | pre-commit | 3.6.0 | 3.6.1 | Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 5cef2202..2e6e3767 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1 +1 @@ -pre-commit==3.6.0 +pre-commit==3.6.1 From 0c371b514bab34118c17f5f40782b95fb28bc1d1 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 11 Feb 2024 01:30:30 +0000 Subject: [PATCH 16/19] chore(deps): update dependency renovate to v37.182.1 (#1784) | datasource | package | from | to | | ---------- | -------- | -------- | -------- | | npm | renovate | 37.182.0 | 37.182.1 | Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- .pre-commit-config.yaml | 2 +- .pre-commit-hooks.yaml | 2 +- README.md | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 7dc8b191..5050bb4c 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -1,5 +1,5 @@ repos: - repo: https://github.com/maxbrunet/pre-commit-renovate - rev: 37.182.0 + rev: 37.182.1 hooks: - id: renovate-config-validator diff --git a/.pre-commit-hooks.yaml b/.pre-commit-hooks.yaml index 20bf0199..08b0d19e 100644 --- a/.pre-commit-hooks.yaml +++ b/.pre-commit-hooks.yaml @@ -2,6 +2,6 @@ name: renovate-config-validator description: Validate Renovate config language: node - additional_dependencies: [renovate@37.182.0] + additional_dependencies: [renovate@37.182.1] entry: renovate-config-validator files: '(^|/).?renovate(?:rc)?(?:\.json5?)?$' diff --git a/README.md b/README.md index 87420895..7f7ea97c 100644 --- a/README.md +++ b/README.md @@ -9,7 +9,7 @@ Even though it is a Node-based hook, it works [without any system-level dependen ```yaml repos: - repo: https://github.com/renovatebot/pre-commit-hooks - rev: 37.182.0 + rev: 37.182.1 hooks: - id: renovate-config-validator ``` From a30761d3d4eaf4a8cc38970615e947a664c6a759 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 11 Feb 2024 10:45:31 +0000 Subject: [PATCH 17/19] chore(deps): update dependency renovate to v37.182.2 (#1785) | datasource | package | from | to | | ---------- | -------- | -------- | -------- | | npm | renovate | 37.182.1 | 37.182.2 | Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- .pre-commit-config.yaml | 2 +- .pre-commit-hooks.yaml | 2 +- README.md | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 5050bb4c..a58d3f7a 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -1,5 +1,5 @@ repos: - repo: https://github.com/maxbrunet/pre-commit-renovate - rev: 37.182.1 + rev: 37.182.2 hooks: - id: renovate-config-validator diff --git a/.pre-commit-hooks.yaml b/.pre-commit-hooks.yaml index 08b0d19e..a3aa05ba 100644 --- a/.pre-commit-hooks.yaml +++ b/.pre-commit-hooks.yaml @@ -2,6 +2,6 @@ name: renovate-config-validator description: Validate Renovate config language: node - additional_dependencies: [renovate@37.182.1] + additional_dependencies: [renovate@37.182.2] entry: renovate-config-validator files: '(^|/).?renovate(?:rc)?(?:\.json5?)?$' diff --git a/README.md b/README.md index 7f7ea97c..141cc266 100644 --- a/README.md +++ b/README.md @@ -9,7 +9,7 @@ Even though it is a Node-based hook, it works [without any system-level dependen ```yaml repos: - repo: https://github.com/renovatebot/pre-commit-hooks - rev: 37.182.1 + rev: 37.182.2 hooks: - id: renovate-config-validator ``` From 90088785e4ee95edf01856bef7c36aa3eaa0c842 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 11 Feb 2024 13:24:45 +0000 Subject: [PATCH 18/19] chore(deps): update dependency renovate to v37.182.3 (#1786) | datasource | package | from | to | | ---------- | -------- | -------- | -------- | | npm | renovate | 37.182.2 | 37.182.3 | Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- .pre-commit-config.yaml | 2 +- .pre-commit-hooks.yaml | 2 +- README.md | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index a58d3f7a..70c8b447 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -1,5 +1,5 @@ repos: - repo: https://github.com/maxbrunet/pre-commit-renovate - rev: 37.182.2 + rev: 37.182.3 hooks: - id: renovate-config-validator diff --git a/.pre-commit-hooks.yaml b/.pre-commit-hooks.yaml index a3aa05ba..2b098afd 100644 --- a/.pre-commit-hooks.yaml +++ b/.pre-commit-hooks.yaml @@ -2,6 +2,6 @@ name: renovate-config-validator description: Validate Renovate config language: node - additional_dependencies: [renovate@37.182.2] + additional_dependencies: [renovate@37.182.3] entry: renovate-config-validator files: '(^|/).?renovate(?:rc)?(?:\.json5?)?$' diff --git a/README.md b/README.md index 141cc266..a01dc009 100644 --- a/README.md +++ b/README.md @@ -9,7 +9,7 @@ Even though it is a Node-based hook, it works [without any system-level dependen ```yaml repos: - repo: https://github.com/renovatebot/pre-commit-hooks - rev: 37.182.2 + rev: 37.182.3 hooks: - id: renovate-config-validator ``` From 282b48a3a30f69a5f0de0496454279f9d9b88d4d Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 11 Feb 2024 19:57:44 +0000 Subject: [PATCH 19/19] chore(deps): update dependency renovate to v37.183.0 (#1787) | datasource | package | from | to | | ---------- | -------- | -------- | -------- | | npm | renovate | 37.182.3 | 37.183.0 | Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- .pre-commit-config.yaml | 2 +- .pre-commit-hooks.yaml | 2 +- README.md | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 70c8b447..e01ca48d 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -1,5 +1,5 @@ repos: - repo: https://github.com/maxbrunet/pre-commit-renovate - rev: 37.182.3 + rev: 37.183.0 hooks: - id: renovate-config-validator diff --git a/.pre-commit-hooks.yaml b/.pre-commit-hooks.yaml index 2b098afd..1a9a1e30 100644 --- a/.pre-commit-hooks.yaml +++ b/.pre-commit-hooks.yaml @@ -2,6 +2,6 @@ name: renovate-config-validator description: Validate Renovate config language: node - additional_dependencies: [renovate@37.182.3] + additional_dependencies: [renovate@37.183.0] entry: renovate-config-validator files: '(^|/).?renovate(?:rc)?(?:\.json5?)?$' diff --git a/README.md b/README.md index a01dc009..b0db69cc 100644 --- a/README.md +++ b/README.md @@ -9,7 +9,7 @@ Even though it is a Node-based hook, it works [without any system-level dependen ```yaml repos: - repo: https://github.com/renovatebot/pre-commit-hooks - rev: 37.182.3 + rev: 37.183.0 hooks: - id: renovate-config-validator ```