From 861182253c77473c2493df5e86d685b84f49635a Mon Sep 17 00:00:00 2001 From: Hugo van Kemenade Date: Mon, 2 May 2022 15:13:39 +0300 Subject: [PATCH] Move to .github and add labels --- .github/renovate.json | 9 +++++++++ .pre-commit-config.yaml | 1 + renovate.json | 5 ----- 3 files changed, 10 insertions(+), 5 deletions(-) create mode 100644 .github/renovate.json delete mode 100644 renovate.json 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" - ] -}