From 50d9f382a1e667d5d708e9d2b17c1eca2e8b12ea Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 21 Nov 2024 16:53:03 +0000 Subject: [PATCH] chore(config): migrate config renovate.json --- renovate.json | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/renovate.json b/renovate.json index 11a054226..2a0417546 100644 --- a/renovate.json +++ b/renovate.json @@ -1,8 +1,6 @@ { "$schema": "https://docs.renovatebot.com/renovate-schema.json", - "extends": [ - "config:base" - ], + "extends": ["config:recommended"], "repositories": ["TriliumNext/Notes"], "schedule": ["before 3am"], "labels": ["dependencies", "renovate"],