From 57fe9e1872bf82e501dc0c71faefdfef836bec59 Mon Sep 17 00:00:00 2001 From: Christopher Willis-Ford <7019101+cwillisf@users.noreply.github.com> Date: Wed, 21 Feb 2024 09:30:43 -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 36609a33..d6501189 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"] }