From dcc8d04f807ee0527f32136d275590b0056e2818 Mon Sep 17 00:00:00 2001 From: Octol1ttle Date: Thu, 20 Jul 2023 18:46:18 +0500 Subject: [PATCH] Do not assign Octol1ttle for Dependabot PRs 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"