From 001e1544f2a2b096fe2744ff2af075a9f176bc7f Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 30 Nov 2024 07:56:13 +0000 Subject: [PATCH] chore(deps): update dependency renovate to v39.41.0 (#2607) | datasource | package | from | to | | ---------- | -------- | ------- | ------- | | npm | renovate | 39.40.1 | 39.41.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 035be7c3..9a2bf987 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: 39.40.1 + rev: 39.41.0 hooks: - id: renovate-config-validator diff --git a/.pre-commit-hooks.yaml b/.pre-commit-hooks.yaml index d4b9b004..95c206de 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@39.40.1] + additional_dependencies: [renovate@39.41.0] entry: renovate-config-validator files: '(^|/).?renovate(?:rc)?(?:\.json5?)?$' diff --git a/README.md b/README.md index 9dd310d8..f824a788 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: 39.40.1 + rev: 39.41.0 hooks: - id: renovate-config-validator ```