renovate/lib/manager/pre-commit
Sebastian Poxhofer e33df09f4e
fix(pre-commit): allow hooks in the format git:// (#9858)
Co-authored-by: Michael Kriese <michael.kriese@visualon.de>
2021-05-05 04:24:58 +00:00
..
__fixtures__ fix(pre-commit): allow hooks in the format git:// (#9858) 2021-05-05 04:24:58 +00:00
__snapshots__ fix(pre-commit): allow hooks in the format git:// (#9858) 2021-05-05 04:24:58 +00:00
extract.spec.ts feat(test): Detect test utils callers and simplify helpers (#9707) 2021-04-26 16:15:03 +02:00
extract.ts fix(pre-commit): allow hooks in the format git:// (#9858) 2021-05-05 04:24:58 +00: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