chore(deps): fix incorrect 'extends' in Renovate config

This commit is contained in:
Christopher Willis-Ford 2023-03-31 12:47:02 -07:00
parent 8dca3fc21a
commit 5188038593

View file

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