mirror of
https://github.com/scratchfoundation/scratch-webpack-configuration.git
synced 2024-11-21 02:38:29 -05:00
chore: configure Renovate
This commit is contained in:
parent
c4caa9369a
commit
a4f44d91ad
2 changed files with 10 additions and 0 deletions
|
@ -12,3 +12,6 @@ indent_style = space
|
|||
|
||||
[package.json]
|
||||
indent_size = 2
|
||||
|
||||
[renovate.json5]
|
||||
indent_size = 2
|
||||
|
|
7
renovate.json5
Normal file
7
renovate.json5
Normal file
|
@ -0,0 +1,7 @@
|
|||
{
|
||||
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
|
||||
|
||||
"extends": [
|
||||
"github>scratchfoundation/scratch-renovate-config:js-lib"
|
||||
]
|
||||
}
|
Loading…
Reference in a new issue