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