Merge pull request #164 from LLK/renovate/configure

Configure Renovate
This commit is contained in:
Christopher Willis-Ford 2021-07-22 14:57:35 -07:00 committed by GitHub
commit d3562b6a18
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 8 additions and 0 deletions

1
.gitattributes vendored
View file

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

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:conservative"
]
}