From 80c8e6c6f2c0cfb722eea693bca7b0527b476286 Mon Sep 17 00:00:00 2001 From: Jasmin Date: Mon, 29 Apr 2024 09:08:10 +0200 Subject: [PATCH] Remove myself from dependabot reviewers That's probably even just a workaround, in the best case, we should create a group like "anexia/dotnet-developers" or sth similiar. But that's up to you and the management. --- .github/dependabot.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 802b30f..c69b38d 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -9,10 +9,10 @@ updates: directory: "/" schedule: interval: "weekly" - assignees: [nachtjasmin, beachmachine] + assignees: [beachmachine] - package-ecosystem: "nuget" directory: "/src" schedule: interval: "weekly" - assignees: [nachtjasmin, beachmachine] + assignees: [beachmachine]