renovate/lib/manager/pre-commit
Sergei Zharinov 1392955a04
refactor: Identify tests relying on single snapshots (#11150)
Co-authored-by: Jamie Magee <jamie.magee@gmail.com>
2021-08-07 23:43:34 +00:00
..
__fixtures__ fix(pre-commit): Trim '.git' suffix from dep name (#10875) 2021-07-16 16:13:13 +02:00
__snapshots__ fix(pre-commit): allow hooks in the format git:// (#9858) 2021-05-05 04:24:58 +00:00
extract.spec.ts refactor: Identify tests relying on single snapshots (#11150) 2021-08-07 23:43:34 +00:00
extract.ts fix(pre-commit): Trim '.git' suffix from dep name (#10875) 2021-07-16 16:13:13 +02:00
index.ts feat: Added pre-commit manager (#7662) 2020-11-24 11:09:40 +01:00
parsing.ts feat: Added pre-commit manager (#7662) 2020-11-24 11:09:40 +01:00
readme.md feat: Added pre-commit manager (#7662) 2020-11-24 11:09:40 +01:00
types.ts feat: Added pre-commit manager (#7662) 2020-11-24 11:09:40 +01:00

Renovate supports updating of Git dependencies within pre-commit configuration .pre-commit-config.yaml files or other YAML files that use the same format (via fileMatch configuration). Updates are performed if the files follow the conventional format used in typical pre-commit files:

repos:
  - repo: https://github.com/pre-commit/pre-commit-hooks
    rev: v1.0.0
    hooks:
      - id: some-hook-id