From 566a2b58d6e2061c3fd5755e42a364fa1386af00 Mon Sep 17 00:00:00 2001 From: Varac <varac@varac.net> Date: Thu, 21 Apr 2022 19:53:14 +0200 Subject: [PATCH] Use shared renovate config --- renovate.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/renovate.json b/renovate.json index 39a2b6e..df956ea 100644 --- a/renovate.json +++ b/renovate.json @@ -1,6 +1,6 @@ { - "$schema": "https://docs.renovatebot.com/renovate-schema.json", - "extends": [ - "config:base" - ] + "$schema": "https://docs.renovatebot.com/renovate-schema.json", + "extends": [ + "local>varac-projects/renovate-config:default" + ] } -- GitLab