From 3fecdfe7bb4fa648ba3f42663fd2a9a683ed2085 Mon Sep 17 00:00:00 2001 From: Christopher Willis-Ford <7019101+cwillisf@users.noreply.github.com> Date: Wed, 21 Feb 2024 09:31:05 -0800 Subject: [PATCH] chore(deps): use js-lib-bundled Renovate config --- renovate.json5 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/renovate.json5 b/renovate.json5 index 087d54e..6dc461c 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" + "github>scratchfoundation/scratch-renovate-config:js-lib-bundled" ] }