From 6796fdbb4df8419bdddb6473296439a8ecf4dc5b Mon Sep 17 00:00:00 2001 From: Christopher Willis-Ford <7019101+cwillisf@users.noreply.github.com> Date: Wed, 20 Sep 2023 08:07:02 -0700 Subject: [PATCH] ci: configure Renovate to extend Scratch defaults --- renovate.json5 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/renovate.json5 b/renovate.json5 index 5615b310d..89b42a8bd 100644 --- a/renovate.json5 +++ b/renovate.json5 @@ -2,6 +2,6 @@ "$schema": "https://docs.renovatebot.com/renovate-schema.json", "extends": [ - "github>LLK/scratch-renovate-config:conservative" + "github>scratchfoundation/scratch-renovate-config" ] }