Merge pull request #1714 from LLK/renovate/configure

Configure Renovate
This commit is contained in:
Christopher Willis-Ford 2021-07-23 13:13:41 -07:00 committed by GitHub
commit 658276bd54
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 9 additions and 1 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

7
renovate.json5 Normal file
View file

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