From db59f2a60410b55e839a2063033e4f972dfe3a38 Mon Sep 17 00:00:00 2001 From: wwuck <301402+wwuck@users.noreply.github.com> Date: Wed, 28 Sep 2022 06:07:16 +1000 Subject: [PATCH] fix: add https to repository url (#531) Co-authored-by: Maxime Brunet --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 8d65eee8..6e9d3a83 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.208.0 hooks: - id: renovate-config-validator