mirror of
https://github.com/scratchfoundation/scratch-paint.git
synced 2025-05-22 19:10:57 -04:00
use scratch-renovate-config:conservative
This commit is contained in:
parent
a46682a55a
commit
cb3ce296b0
3 changed files with 4 additions and 2 deletions
|
@ -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
1
.gitattributes
vendored
|
@ -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
|
||||
|
|
|
@ -1,6 +1,7 @@
|
|||
{
|
||||
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
|
||||
|
||||
"extends": [
|
||||
"local>LLK/renovate-config"
|
||||
"github>LLK/scratch-renovate-config:conservative"
|
||||
]
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue