Merge pull request #3225 from LLK/renovate/configure

Configure Renovate
This commit is contained in:
Christopher Willis-Ford 2021-07-26 17:41:55 -07:00 committed by GitHub
commit 5a78dd6bd4
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

@ -16,6 +16,7 @@
*.js text eol=lf *.js text eol=lf
*.js.map text eol=lf *.js.map text eol=lf
*.json text eol=lf *.json text eol=lf
*.json5 text eol=lf
*.md text eol=lf *.md text eol=lf
*.vert text eol=lf *.vert text eol=lf
*.xml text eol=lf *.xml 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"
]
}