chore: configure Renovate

This commit is contained in:
Christopher Willis-Ford 2024-03-08 16:59:50 -08:00
parent c4caa9369a
commit a4f44d91ad
2 changed files with 10 additions and 0 deletions

View file

@ -12,3 +12,6 @@ indent_style = space
[package.json]
indent_size = 2
[renovate.json5]
indent_size = 2

7
renovate.json5 Normal file
View file

@ -0,0 +1,7 @@
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": [
"github>scratchfoundation/scratch-renovate-config:js-lib"
]
}