From acb25c06e3ad3b152b352fc6688e571a33e5ebaf Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=93scar=20Garc=C3=ADa=20Amor?= Date: Tue, 20 Sep 2022 10:39:59 +0000 Subject: [PATCH] Fix extends in renovate.json --- .gitlab/renovate.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab/renovate.json b/.gitlab/renovate.json index e57c9f1b..85f93972 100644 --- a/.gitlab/renovate.json +++ b/.gitlab/renovate.json @@ -1,5 +1,5 @@ { "$schema": "https://docs.renovatebot.com/renovate-schema.json", - "extends": ["github>renovatebot/.github"], + "extends": ["config:base"], "baseBranches": [ "develop" ] }