From 130adbbccbb3ba972b3e054b489102ecded32ac6 Mon Sep 17 00:00:00 2001 From: Cody Robibero Date: Mon, 30 May 2022 10:18:55 -0600 Subject: [PATCH] Update renovate.json --- renovate.json | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/renovate.json b/renovate.json index f45d8f11..2f657656 100644 --- a/renovate.json +++ b/renovate.json @@ -1,5 +1,6 @@ { - "extends": [ - "config:base" - ] + "$schema": "https://docs.renovatebot.com/renovate-schema.json", + "extends": [ + "github>jellyfin/.github//renovate-presets/default" + ] }