From a4f44d91ad14b044a7f59f652b0614faa064697f Mon Sep 17 00:00:00 2001 From: Christopher Willis-Ford <7019101+cwillisf@users.noreply.github.com> Date: Fri, 8 Mar 2024 16:59:50 -0800 Subject: [PATCH] chore: configure Renovate --- .editorconfig | 3 +++ renovate.json5 | 7 +++++++ 2 files changed, 10 insertions(+) create mode 100644 renovate.json5 diff --git a/.editorconfig b/.editorconfig index ff2547a..3f4f10e 100644 --- a/.editorconfig +++ b/.editorconfig @@ -12,3 +12,6 @@ indent_style = space [package.json] indent_size = 2 + +[renovate.json5] +indent_size = 2 diff --git a/renovate.json5 b/renovate.json5 new file mode 100644 index 0000000..087d54e --- /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" + ] +}