From 8c72dc663e4a45c463310efe8e467781266a5361 Mon Sep 17 00:00:00 2001 From: Octol1ttle Date: Fri, 21 Jul 2023 01:20:25 +0500 Subject: [PATCH] Do not assign Octol1ttle for Dependabot PRs (#59) This PR disables automatic assignation of all PRs created by Dependabot to me. There are now more people working on Boyfriend than just me. In fact, this project, in theory, can live without me as there are other members working on it. Signed-off-by: Octol1ttle --- .github/dependabot.yml | 5 ----- 1 file changed, 5 deletions(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index f573c5e..fd32dff 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -12,8 +12,6 @@ updates: allow: # Allow both direct and indirect updates for all packages - dependency-type: "all" - assignees: - - "Octol1ttle" labels: - "type: dependencies" @@ -24,8 +22,5 @@ updates: allow: # Allow both direct and indirect updates for all packages - dependency-type: "all" - # Add assignees - assignees: - - "Octol1ttle" labels: - "type: dependencies"