diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index faa834e..e383f5e 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -15,6 +15,7 @@ repos: - id: fix-byte-order-marker exclude: pymolresponse/data - id: check-merge-conflict + - id: check-json - id: check-toml - id: check-yaml - id: check-added-large-files diff --git a/renovate.json b/renovate.json index 5db72dd..c9b66bf 100644 --- a/renovate.json +++ b/renovate.json @@ -1,6 +1,6 @@ { "$schema": "https://docs.renovatebot.com/renovate-schema.json", "extends": [ - "config:recommended" + "local>berquist/.github:renovate-config" ] }