diff --git a/.gitattributes b/.gitattributes index 0172c86..7ca6605 100644 --- a/.gitattributes +++ b/.gitattributes @@ -11,6 +11,7 @@ *.js text eol=lf *.js.map text eol=lf *.json text eol=lf +*.json5 text eol=lf *.md text eol=lf *.yml text eol=lf *.txt 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" ] }