diff --git a/.github/renovate.json b/.github/renovate.json new file mode 100644 index 0000000..b5aba8d --- /dev/null +++ b/.github/renovate.json @@ -0,0 +1,9 @@ +{ + "extends": [ + "config:base" + ], + "labels": [ + "changelog: skip", + "dependencies" + ] +} diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index b09254b..ee0845c 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -38,6 +38,7 @@ repos: rev: v4.2.0 hooks: - id: check-merge-conflict + - id: check-json - id: check-yaml - repo: https://github.com/asottile/setup-cfg-fmt diff --git a/renovate.json b/renovate.json deleted file mode 100644 index f45d8f1..0000000 --- a/renovate.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "extends": [ - "config:base" - ] -}