From e0725f0720d791f47ad5cd59e6b558f049ea351f Mon Sep 17 00:00:00 2001 From: "Patrick J. Roddy" Date: Thu, 30 Nov 2023 11:10:58 +0000 Subject: [PATCH] Fix config (#7) --- .renovaterc.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.renovaterc.json b/.renovaterc.json index 7cd2f87d..663f3025 100644 --- a/.renovaterc.json +++ b/.renovaterc.json @@ -1,4 +1,4 @@ { "$schema": "https://docs.renovatebot.com/renovate-schema.json", - "extends": ["github>UCL-MIRSG/.github//renovate/default-config.json"], + "extends": ["github>UCL-MIRSG/.github//renovate/default-config.json"] }