From aed1b93ad38b7296d4da63f339f327d981a00775 Mon Sep 17 00:00:00 2001 From: Victor Date: Fri, 30 Dec 2022 01:50:19 +0000 Subject: [PATCH] ci: add renovate.json file --- .github/renovate.json | 3 +++ .pre-commit-config.yaml | 3 --- 2 files changed, 3 insertions(+), 3 deletions(-) create mode 100644 .github/renovate.json diff --git a/.github/renovate.json b/.github/renovate.json new file mode 100644 index 0000000..32417a5 --- /dev/null +++ b/.github/renovate.json @@ -0,0 +1,3 @@ +{ + "extends": ["github>open-turo/renovate-config#v1"] +} diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 2e7b01d..db20912 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -4,9 +4,6 @@ repos: hooks: - id: check-json - id: check-yaml - - id: pretty-format-json - args: - - --autofix - id: end-of-file-fixer - id: trailing-whitespace - repo: https://github.com/pre-commit/mirrors-prettier