use scratch-renovate-config:conservative

This commit is contained in:
Christopher Willis-Ford 2021-07-23 13:02:33 -07:00
parent a46682a55a
commit cb3ce296b0
3 changed files with 4 additions and 2 deletions

View file

@ -9,5 +9,5 @@ trim_trailing_whitespace = true
indent_style = space
indent_size = 4
[*.{yml,json}]
[*.{yml,json,json5}]
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"
]
}