fix: add https to repository url

pre-commit failed without the https protocol prefix
This commit is contained in:
wwuck 2022-09-27 13:58:04 +10:00 committed by GitHub
parent b52e7548ee
commit 0688759685
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -8,7 +8,7 @@ Even though it is a Node-based hook, it works [without any system-level dependen
```yaml ```yaml
repos: repos:
- repo: github.com/renovatebot/pre-commit-hooks - repo: https://github.com/renovatebot/pre-commit-hooks
rev: 32.204.5 rev: 32.204.5
hooks: hooks:
- id: renovate-config-validator - id: renovate-config-validator