use scratch-renovate-config:conservative

This commit is contained in:
Christopher Willis-Ford 2021-07-26 16:30:33 -07:00
parent c892f0e09e
commit 8b107bcc1b
2 changed files with 3 additions and 1 deletions

1
.gitattributes vendored
View File

@ -20,6 +20,7 @@
*.js text eol=lf
*.js.map text eol=lf
*.json text eol=lf
*.json5 text eol=lf
*.jsx text eol=lf
*.md text eol=lf
*.vert text eol=lf

View File

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