From d1a72507f9391a5b398a8b02c33b27e5097fa5df Mon Sep 17 00:00:00 2001
From: Johann Jacobsohn <johann.jacobsohn@open-xchange.com>
Date: Tue, 14 Jun 2022 09:12:14 +0200
Subject: [PATCH] Remove default assignee in dependabot

Every watcher gets notification anyway
---
 .gitlab/dependabot.yml | 2 --
 1 file changed, 2 deletions(-)

diff --git a/.gitlab/dependabot.yml b/.gitlab/dependabot.yml
index 4ea031f..aa5410a 100644
--- a/.gitlab/dependabot.yml
+++ b/.gitlab/dependabot.yml
@@ -4,5 +4,3 @@ updates:
     directory: "/"
     schedule:
       interval: "daily"
-    assignees:
-      - "richard.petersen"
-- 
GitLab