From 17ccf3a6885f0c86a7600c0f83b40585e6ab9c76 Mon Sep 17 00:00:00 2001 From: Christopher Willis-Ford <7019101+cwillisf@users.noreply.github.com> Date: Fri, 31 Mar 2023 10:22:15 -0700 Subject: [PATCH] chore(deps): configure Renovate with LLK/scratch-renovate-config --- renovate.json => renovate.json5 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename renovate.json => renovate.json5 (68%) diff --git a/renovate.json b/renovate.json5 similarity index 68% rename from renovate.json rename to renovate.json5 index 3b940e3..a377415 100644 --- a/renovate.json +++ b/renovate.json5 @@ -1,6 +1,6 @@ { "$schema": "https://docs.renovatebot.com/renovate-schema.json", "extends": [ - "local>LLK/renovate-config" + "local>LLK/scratch-renovate-config" ] }