From 218f51ab2a763e642dbff8531e047479f6c7ffff Mon Sep 17 00:00:00 2001 From: "Patrick J. Roddy" Date: Mon, 15 Apr 2024 23:28:09 +0100 Subject: [PATCH] Update and rename .renovaterc.json to .renovaterc.json5 --- .renovaterc.json | 4 ---- .renovaterc.json5 | 4 ++++ 2 files changed, 4 insertions(+), 4 deletions(-) delete mode 100644 .renovaterc.json create mode 100644 .renovaterc.json5 diff --git a/.renovaterc.json b/.renovaterc.json deleted file mode 100644 index 663f302..0000000 --- a/.renovaterc.json +++ /dev/null @@ -1,4 +0,0 @@ -{ - "$schema": "https://docs.renovatebot.com/renovate-schema.json", - "extends": ["github>UCL-MIRSG/.github//renovate/default-config.json"] -} diff --git a/.renovaterc.json5 b/.renovaterc.json5 new file mode 100644 index 0000000..5b13c5e --- /dev/null +++ b/.renovaterc.json5 @@ -0,0 +1,4 @@ +{ + $schema: "https://docs.renovatebot.com/renovate-schema.json", + extends: ["github>UCL-MIRSG/.github//renovate/default-config.json"], +}