From ec4d61f02650945ce450d4347bfd7f3724239761 Mon Sep 17 00:00:00 2001 From: Samuel Williams Date: Tue, 7 Jan 2025 09:02:53 +0000 Subject: [PATCH] Fix renovate config This should be pointing at github-hosted config, not whatever `local` is. https://docs.renovatebot.com/config-presets/#github --- renovate.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/renovate.json b/renovate.json index e823ccf5a..fd4830030 100644 --- a/renovate.json +++ b/renovate.json @@ -1,6 +1,6 @@ { "$schema": "https://docs.renovatebot.com/renovate-schema.json", "extends": [ - "local>communitiesuk/renovate-config" + "github>communitiesuk/renovate-config" ] }