From 6ba6e9f1e2985a7418c6fbc97b8dc1222a3ea9ed Mon Sep 17 00:00:00 2001 From: Ismo Vuorinen Date: Mon, 28 Nov 2022 16:42:30 +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"] }