mirror of
https://github.com/scratchfoundation/scratch-paint.git
synced 2025-01-08 13:42:00 -05:00
Merge pull request #1714 from LLK/renovate/configure
Configure Renovate
This commit is contained in:
commit
658276bd54
3 changed files with 9 additions and 1 deletions
|
@ -9,5 +9,5 @@ trim_trailing_whitespace = true
|
||||||
indent_style = space
|
indent_style = space
|
||||||
indent_size = 4
|
indent_size = 4
|
||||||
|
|
||||||
[*.{yml,json}]
|
[*.{yml,json,json5}]
|
||||||
indent_size = 2
|
indent_size = 2
|
||||||
|
|
1
.gitattributes
vendored
1
.gitattributes
vendored
|
@ -16,6 +16,7 @@
|
||||||
*.js text eol=lf
|
*.js text eol=lf
|
||||||
*.js.map text eol=lf
|
*.js.map text eol=lf
|
||||||
*.json text eol=lf
|
*.json text eol=lf
|
||||||
|
*.json5 text eol=lf
|
||||||
*.md text eol=lf
|
*.md text eol=lf
|
||||||
*.vert text eol=lf
|
*.vert text eol=lf
|
||||||
*.xml text eol=lf
|
*.xml text eol=lf
|
||||||
|
|
7
renovate.json5
Normal file
7
renovate.json5
Normal file
|
@ -0,0 +1,7 @@
|
||||||
|
{
|
||||||
|
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
|
||||||
|
|
||||||
|
"extends": [
|
||||||
|
"github>LLK/scratch-renovate-config:conservative"
|
||||||
|
]
|
||||||
|
}
|
Loading…
Reference in a new issue