mirror of
https://github.com/scratchfoundation/scratch-storage.git
synced 2025-06-03 08:54:26 -04:00
chore(deps): use scratch-renovate-config:conservative
This commit is contained in:
parent
b079017b8e
commit
d64eca4f42
3 changed files with 4 additions and 2 deletions
|
@ -7,7 +7,7 @@ charset = utf-8
|
||||||
indent_size = 4
|
indent_size = 4
|
||||||
trim_trailing_whitespace = true
|
trim_trailing_whitespace = true
|
||||||
|
|
||||||
[*.json]
|
[*.json,*.json5]
|
||||||
indent_style = space
|
indent_style = space
|
||||||
indent_size = 2
|
indent_size = 2
|
||||||
|
|
||||||
|
|
1
.gitattributes
vendored
1
.gitattributes
vendored
|
@ -12,6 +12,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
|
||||||
*.svg text eol=lf
|
*.svg text eol=lf
|
||||||
*.yml text eol=lf
|
*.yml 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