From 3b75a6145d72ae00d6d368543462fd866ccfe4c1 Mon Sep 17 00:00:00 2001 From: Ismo Vuorinen Date: Mon, 28 Nov 2022 16:43:20 +0200 Subject: [PATCH] Update renovate.json --- renovate.json | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/renovate.json b/renovate.json index 39a2b6e..80571e0 100644 --- a/renovate.json +++ b/renovate.json @@ -1,6 +1,4 @@ { "$schema": "https://docs.renovatebot.com/renovate-schema.json", - "extends": [ - "config:base" - ] + "extends": ["github>ivuorinen/.github:renovate-config"] }