From 1a0e1c9cc323ca0f8ae3488e7c91cad0d6aabe1f Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Sun, 17 Apr 2022 14:08:02 +0000 Subject: [PATCH] chore(deps): update dependency renovate to v32.25.1 --- .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 b2388e44..ed6bd791 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: 32.25.0 + rev: 32.25.1 hooks: - id: renovate-config-validator diff --git a/.pre-commit-hooks.yaml b/.pre-commit-hooks.yaml index dd247da7..fc3a9bcc 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@32.25.0] + additional_dependencies: [renovate@32.25.1] entry: renovate-config-validator files: '(^|/).?renovate(?:rc)?(?:\.json5?)?$' diff --git a/README.md b/README.md index 24428b65..1134654d 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: github.com/maxbrunet/pre-commit-renovate - rev: 32.25.0 + rev: 32.25.1 hooks: - id: renovate-config-validator ```