From 06c385d57bfae1d4475986a649aad374e6e0057f Mon Sep 17 00:00:00 2001 From: Varac Date: Thu, 17 Mar 2022 15:25:20 +0100 Subject: [PATCH 1/2] 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" + ] } From cb2d2a35da452b151849838d409c07285501c444 Mon Sep 17 00:00:00 2001 From: Maarten de Waard Date: Mon, 21 Mar 2022 10:17:50 +0000 Subject: [PATCH 2/2] Apply 1 suggestion(s) to 1 file(s) --- renovate.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/renovate.json b/renovate.json index f582793..6360907 100644 --- a/renovate.json +++ b/renovate.json @@ -1,6 +1,6 @@ { "$schema": "https://docs.renovatebot.com/renovate-schema.json", "extends": [ - "local>stackspin/renovate-config" + "local>stackspin/renovate-config:default" ] }