use scratch-renovate-config:conservative

This commit is contained in:
Christopher Willis-Ford 2021-07-26 16:29:43 -07:00
parent 58a75910e9
commit fe3deb6485
3 changed files with 4 additions and 2 deletions

View file

@ -10,6 +10,6 @@ trim_trailing_whitespace = true
[*.{js}]
indent_style = space
[*.json]
[*.{json,json5}]
indent_style = space
indent_size = 2

1
.gitattributes vendored
View file

@ -16,6 +16,7 @@
*.js text eol=lf
*.js.map text eol=lf
*.json text eol=lf
*.json5 text eol=lf
*.md text eol=lf
*.vert text eol=lf
*.xml 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"
]
}