From 5188038593f7e8743871f764f789769d446d18eb Mon Sep 17 00:00:00 2001 From: Christopher Willis-Ford <7019101+cwillisf@users.noreply.github.com> Date: Fri, 31 Mar 2023 12:47:02 -0700 Subject: [PATCH] chore(deps): fix incorrect 'extends' in Renovate config --- renovate.json5 | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/renovate.json5 b/renovate.json5 index a377415..49f8600 100644 --- a/renovate.json5 +++ b/renovate.json5 @@ -1,6 +1,7 @@ { - "$schema": "https://docs.renovatebot.com/renovate-schema.json", - "extends": [ - "local>LLK/scratch-renovate-config" - ] + "$schema": "https://docs.renovatebot.com/renovate-schema.json", + + "extends": [ + "github>LLK/scratch-renovate-config" + ] }