From 8e0b739556d8b5fbbdea7a036682a8373d891288 Mon Sep 17 00:00:00 2001 From: Christopher Willis-Ford <7019101+cwillisf@users.noreply.github.com> Date: Wed, 21 Feb 2024 10:36:58 -0800 Subject: [PATCH] Revert "chore(deps): use js-lib-bundled Renovate config" This reverts commit 10c6f997b3ee77d09b7f0ae5c0e2794dae6f5058. --- renovate.json5 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/renovate.json5 b/renovate.json5 index d650118..36609a3 100644 --- a/renovate.json5 +++ b/renovate.json5 @@ -1,7 +1,7 @@ { "$schema": "https://docs.renovatebot.com/renovate-schema.json", "extends": [ - "github>scratchfoundation/scratch-renovate-config:js-lib-bundled" + "github>scratchfoundation/scratch-renovate-config:js-lib" ], "baseBranches": ["master"] }