From 03121b6c6d91097aef9f6241f689c254e68055fd Mon Sep 17 00:00:00 2001 From: Kroese Date: Mon, 11 Dec 2023 00:32:18 +0100 Subject: [PATCH] build: Renovate (#452) --- .github/renovate.json | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/.github/renovate.json b/.github/renovate.json index 67b4587..cc31624 100644 --- a/.github/renovate.json +++ b/.github/renovate.json @@ -1,6 +1,4 @@ { - "extends": [ - "config:base", - ":disableDependencyDashboard" - ] + "$schema": "https://docs.renovatebot.com/renovate-schema.json", + "extends": ["config:recommended", ":disableDependencyDashboard"] }