chore(deps): use scratch-renovate-config:conservative

This commit is contained in:
Christopher Willis-Ford 2021-07-20 16:51:51 -07:00
parent b079017b8e
commit d64eca4f42
3 changed files with 4 additions and 2 deletions

View file

@ -7,7 +7,7 @@ charset = utf-8
indent_size = 4
trim_trailing_whitespace = true
[*.json]
[*.json,*.json5]
indent_style = space
indent_size = 2

1
.gitattributes vendored
View file

@ -12,6 +12,7 @@
*.js text eol=lf
*.js.map text eol=lf
*.json text eol=lf
*.json5 text eol=lf
*.md text eol=lf
*.svg text eol=lf
*.yml text eol=lf

View file

@ -1,6 +1,7 @@
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": [
"local>LLK/renovate-config"
"github>LLK/scratch-renovate-config:conservative"
]
}