use scratch-renovate-config:conservative

This commit is contained in:
Christopher Willis-Ford 2021-07-22 14:48:34 -07:00
parent 76d11e7893
commit 3625014f7f
2 changed files with 3 additions and 1 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

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