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