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.json5 b/renovate.json5 new file mode 100644 index 0000000..5615b31 --- /dev/null +++ b/renovate.json5 @@ -0,0 +1,7 @@ +{ + "$schema": "https://docs.renovatebot.com/renovate-schema.json", + + "extends": [ + "github>LLK/scratch-renovate-config:conservative" + ] +}