diff --git a/.gitattributes b/.gitattributes index ab86351..d8ef76f 100644 --- a/.gitattributes +++ b/.gitattributes @@ -9,6 +9,7 @@ # Prefer LF for most file types *.js text eol=lf *.json text eol=lf +*.json5 text eol=lf *.md text eol=lf *.yml text eol=lf diff --git a/renovate.json5 b/renovate.json5 new file mode 100644 index 0000000..49f8600 --- /dev/null +++ b/renovate.json5 @@ -0,0 +1,7 @@ +{ + "$schema": "https://docs.renovatebot.com/renovate-schema.json", + + "extends": [ + "github>LLK/scratch-renovate-config" + ] +}