Fix extends in renovate.json

This commit is contained in:
Óscar García Amor 2022-09-20 10:39:59 +00:00
parent ce83758418
commit acb25c06e3

View File

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