From faa102a7e53a15b48abea960e1c6b35c41ec0f2b Mon Sep 17 00:00:00 2001 From: Patrick Roddy Date: Tue, 24 Oct 2023 16:15:03 +0100 Subject: [PATCH] Update and rename renovate.json to .renovaterc.json (#8) Co-authored-by: Paul Smith --- .renovaterc.json | 4 ++++ renovate.json | 4 ---- 2 files changed, 4 insertions(+), 4 deletions(-) create mode 100644 .renovaterc.json delete mode 100644 renovate.json diff --git a/.renovaterc.json b/.renovaterc.json new file mode 100644 index 0000000..663f302 --- /dev/null +++ b/.renovaterc.json @@ -0,0 +1,4 @@ +{ + "$schema": "https://docs.renovatebot.com/renovate-schema.json", + "extends": ["github>UCL-MIRSG/.github//renovate/default-config.json"] +} diff --git a/renovate.json b/renovate.json deleted file mode 100644 index 170904e..0000000 --- a/renovate.json +++ /dev/null @@ -1,4 +0,0 @@ -{ - "$schema": "https://docs.renovatebot.com/renovate-schema.json", - "extends": ["config:base", ":enablePreCommit"] -}