mirror of
https://github.com/renovatebot/pre-commit-hooks.git
synced 2026-04-09 08:14:17 +00:00
fix: add https to repository url
pre-commit failed without the https protocol prefix
This commit is contained in:
parent
b52e7548ee
commit
0688759685
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue