diff --git a/.gitattributes b/.gitattributes index b7671ba47..71521c9c5 100644 --- a/.gitattributes +++ b/.gitattributes @@ -16,6 +16,7 @@ *.js text eol=lf *.js.map text eol=lf *.json text eol=lf +*.json5 text eol=lf *.md text eol=lf *.vert text eol=lf *.xml text eol=lf diff --git a/renovate.json5 b/renovate.json5 new file mode 100644 index 000000000..5615b310d --- /dev/null +++ b/renovate.json5 @@ -0,0 +1,7 @@ +{ + "$schema": "https://docs.renovatebot.com/renovate-schema.json", + + "extends": [ + "github>LLK/scratch-renovate-config:conservative" + ] +}