From dc46ff4f51fe9cf0af06ec8c8f904124047e7c45 Mon Sep 17 00:00:00 2001 From: Charles Ewert Date: Fri, 15 Dec 2023 12:08:42 -0500 Subject: [PATCH] stop adding ci and github-actions label to dependency bump PRs --- renovate.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/renovate.json b/renovate.json index 2f657656b..ad7e638f9 100644 --- a/renovate.json +++ b/renovate.json @@ -2,5 +2,6 @@ "$schema": "https://docs.renovatebot.com/renovate-schema.json", "extends": [ "github>jellyfin/.github//renovate-presets/default" - ] + ], + "packageRules": [] }