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$'