chore: use scratch-renovate-config

This commit is contained in:
Christopher Willis-Ford 2023-12-15 10:16:13 -08:00
parent 12868d0c6c
commit 068fea3878
2 changed files with 7 additions and 6 deletions

View file

@ -1,6 +0,0 @@
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": [
"config:base"
]
}

7
renovate.json5 Normal file
View file

@ -0,0 +1,7 @@
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": [
"github>scratchfoundation/scratch-renovate-config"
],
"baseBranches": ["develop"]
}