From 0f2136868ac988063473ea94bfd11bd0ac139157 Mon Sep 17 00:00:00 2001 From: Maxime Brunet Date: Wed, 26 Jan 2022 10:06:59 -0800 Subject: [PATCH] feat: Rename repository (#5) --- .pre-commit-config.yaml | 2 +- README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 9904a3b1..5760a1aa 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -1,5 +1,5 @@ repos: - - repo: https://github.com/maxbrunet/renovate-pre-commit-hooks + - repo: https://github.com/maxbrunet/pre-commit-renovate rev: 31.58.0 hooks: - id: renovate-config-validator diff --git a/README.md b/README.md index 8943b0bc..4614b37a 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/maxbrunet/renovate-pre-commit-hooks + - repo: github.com/maxbrunet/pre-commit-renovate rev: 31.58.0 hooks: - id: renovate-config-validator