From 41f5b38ecc9985810fbf152acb45ddfaf75b9b38 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 27 Jan 2023 09:51:53 -0800 Subject: [PATCH] chore(deps): Configure Renovate (#457) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Maksym Vlasov Co-authored-by: pre-commit --- .github/renovate.json5 | 4 ++++ .pre-commit-config.yaml | 8 ++++++++ 2 files changed, 12 insertions(+) create mode 100644 .github/renovate.json5 diff --git a/.github/renovate.json5 b/.github/renovate.json5 new file mode 100644 index 0000000..632adfd --- /dev/null +++ b/.github/renovate.json5 @@ -0,0 +1,4 @@ +{ + $schema: "https://docs.renovatebot.com/renovate-schema.json", + extends: ["local>SpotOnInc/renovate-config"], +} diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 83e97d6..11f65e4 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -50,3 +50,11 @@ repos: '--ignore', 'SC3037', # Not related to alpine '--ignore', 'DL3013', # Pin versions in pip ] + +# JSON5 Linter +- repo: https://github.com/pre-commit/mirrors-prettier + rev: v3.0.0-alpha.4 + hooks: + - id: prettier + # https://prettier.io/docs/en/options.html#parser + files: '.json5$'