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" + ] }