mirror of
https://github.com/scratchfoundation/scratch-svg-renderer.git
synced 2025-06-28 06:00:41 -04:00
use scratch-renovate-config:conservative
This commit is contained in:
parent
58a75910e9
commit
fe3deb6485
3 changed files with 4 additions and 2 deletions
|
@ -10,6 +10,6 @@ trim_trailing_whitespace = true
|
||||||
[*.{js}]
|
[*.{js}]
|
||||||
indent_style = space
|
indent_style = space
|
||||||
|
|
||||||
[*.json]
|
[*.{json,json5}]
|
||||||
indent_style = space
|
indent_style = space
|
||||||
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
|
||||||
|
|
|
@ -1,6 +1,7 @@
|
||||||
{
|
{
|
||||||
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
|
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
|
||||||
|
|
||||||
"extends": [
|
"extends": [
|
||||||
"local>LLK/renovate-config"
|
"github>LLK/scratch-renovate-config:conservative"
|
||||||
]
|
]
|
||||||
}
|
}
|
Loading…
Add table
Add a link
Reference in a new issue