diff --git a/.editorconfig b/.editorconfig index 0c09dc7..c847f6f 100644 --- a/.editorconfig +++ b/.editorconfig @@ -7,7 +7,7 @@ charset = utf-8 indent_size = 4 trim_trailing_whitespace = true -[*.json] +[*.json,*.json5] indent_style = space indent_size = 2 diff --git a/.gitattributes b/.gitattributes index 127be36..6ebbc29 100644 --- a/.gitattributes +++ b/.gitattributes @@ -12,6 +12,7 @@ *.js text eol=lf *.js.map text eol=lf *.json text eol=lf +*.json5 text eol=lf *.md text eol=lf *.svg text eol=lf *.yml text eol=lf diff --git a/renovate.json b/renovate.json5 similarity index 61% rename from renovate.json rename to renovate.json5 index 3cf4d59..5615b31 100644 --- a/renovate.json +++ b/renovate.json5 @@ -1,6 +1,7 @@ { "$schema": "https://docs.renovatebot.com/renovate-schema.json", + "extends": [ - "local>LLK/renovate-config" + "github>LLK/scratch-renovate-config:conservative" ] }