From 06887596858461a43b404283b96a5ec08fc8208d Mon Sep 17 00:00:00 2001 From: wwuck <301402+wwuck@users.noreply.github.com> Date: Tue, 27 Sep 2022 13:58:04 +1000 Subject: [PATCH] fix: add https to repository url pre-commit failed without the https protocol prefix --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 1ca16ee8..cd52883a 100644 --- a/README.md +++ b/README.md @@ -8,7 +8,7 @@ Even though it is a Node-based hook, it works [without any system-level dependen ```yaml repos: - - repo: github.com/renovatebot/pre-commit-hooks + - repo: https://github.com/renovatebot/pre-commit-hooks rev: 32.204.5 hooks: - id: renovate-config-validator