From 10c6f997b3ee77d09b7f0ae5c0e2794dae6f5058 Mon Sep 17 00:00:00 2001 From: Christopher Willis-Ford <7019101+cwillisf@users.noreply.github.com> Date: Wed, 21 Feb 2024 09:30:50 -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 36609a3..d650118 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" + "github>scratchfoundation/scratch-renovate-config:js-lib-bundled" ], "baseBranches": ["master"] }