From a8ada47537e41c3fd45fa427215a1a8ab5420466 Mon Sep 17 00:00:00 2001 From: Thomas Schmelzer Date: Sat, 1 Feb 2025 07:01:32 +0400 Subject: [PATCH] Update .pre-commit-config.yaml --- .pre-commit-config.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 2b1d05bf..da9d56aa 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -28,7 +28,7 @@ repos: - repo: https://github.com/python-jsonschema/check-jsonschema rev: 0.31.1 hooks: - - id: check-dependabot + - id: check-renovate args: ["--verbose"] - id: check-github-workflows args: ["--verbose"]