From 76c051a2c900d97632da2e14fe1ec9d090dc0bb2 Mon Sep 17 00:00:00 2001 From: Christopher Willis-Ford <7019101+cwillisf@users.noreply.github.com> Date: Wed, 21 Feb 2024 10:37:37 -0800 Subject: [PATCH] Revert "chore(deps): use js-lib-bundled Renovate config" This reverts commit 3fecdfe7bb4fa648ba3f42663fd2a9a683ed2085. --- renovate.json5 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/renovate.json5 b/renovate.json5 index 6dc461c..087d54e 100644 --- a/renovate.json5 +++ b/renovate.json5 @@ -2,6 +2,6 @@ "$schema": "https://docs.renovatebot.com/renovate-schema.json", "extends": [ - "github>scratchfoundation/scratch-renovate-config:js-lib-bundled" + "github>scratchfoundation/scratch-renovate-config:js-lib" ] }