From 57c386805fd08d9337a8713fe7bee54e5ac2f83a Mon Sep 17 00:00:00 2001 From: Christopher Willis-Ford <7019101+cwillisf@users.noreply.github.com> Date: Wed, 21 Feb 2024 13:03:29 -0800 Subject: [PATCH] chore: add Renovate config --- renovate.json5 | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 renovate.json5 diff --git a/renovate.json5 b/renovate.json5 new file mode 100644 index 00000000..6dc461c6 --- /dev/null +++ b/renovate.json5 @@ -0,0 +1,7 @@ +{ + "$schema": "https://docs.renovatebot.com/renovate-schema.json", + + "extends": [ + "github>scratchfoundation/scratch-renovate-config:js-lib-bundled" + ] +}