From db7c2f0fdb060a443c56fe190c6f4df197d20f19 Mon Sep 17 00:00:00 2001 From: Christian Treffs Date: Sun, 9 Aug 2026 07:45:27 +0200 Subject: [PATCH] chore(renovate): suppress notifications and clear assignees/reviewers --- renovate.json | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/renovate.json b/renovate.json index b3db190..9b1f3b3 100644 --- a/renovate.json +++ b/renovate.json @@ -21,5 +21,12 @@ ], "labels": [ "dependencies" + ], + "reviewers": [], + "assignees": [], + "suppressNotifications": [ + "prIgnoreNotification", + "prEditNotification", + "branchAutomergeFailure" ] }