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" + ] +}