From 679efe27f1ec2a0a5500a61f5ed505610082feda Mon Sep 17 00:00:00 2001 From: Damyan Yordanov Date: Thu, 16 Nov 2023 14:51:47 +0100 Subject: [PATCH] Remove manual approvers, dependabot PRs are auto-approved and auto-merged --- .github/dependabot.yml | 6 ------ 1 file changed, 6 deletions(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index c8791b8c..747209d6 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -6,21 +6,15 @@ updates: schedule: interval: daily open-pull-requests-limit: 10 - reviewers: - - damyan - package-ecosystem: github-actions directory: "/" schedule: interval: daily open-pull-requests-limit: 10 - reviewers: - - damyan - package-ecosystem: docker directory: "/" schedule: interval: daily open-pull-requests-limit: 10 - reviewers: - - damyan