From 06c385d57bfae1d4475986a649aad374e6e0057f Mon Sep 17 00:00:00 2001 From: Varac Date: Thu, 17 Mar 2022 15:25:20 +0100 Subject: [PATCH] Use custom renovate presets --- renovate.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/renovate.json b/renovate.json index 39a2b6e..f582793 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>stackspin/renovate-config" + ] }