ci: enable Renovate

This commit is contained in:
Christopher Willis-Ford 2022-05-20 16:42:02 -07:00
parent 57c5df152e
commit 4301f534c8
2 changed files with 8 additions and 0 deletions

1
.gitattributes vendored
View file

@ -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

7
renovate.json5 Normal file
View file

@ -0,0 +1,7 @@
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": [
"github>LLK/scratch-renovate-config"
]
}