From b8ef6efb04249ba1b60a76f064d24f793b103204 Mon Sep 17 00:00:00 2001 From: Eric Berquist Date: Tue, 7 Jan 2025 20:26:03 -0500 Subject: [PATCH] use personal renovate configuration --- .pre-commit-config.yaml | 1 + renovate.json | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) 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" ] }