From 661ec4e845463942822d71c9d8fd982ed28d5042 Mon Sep 17 00:00:00 2001 From: Conrado Gouvea Date: Thu, 19 Oct 2023 12:35:19 -0300 Subject: [PATCH] dependabot: remove hardcoded reviewer (#72) --- .github/dependabot.yml | 8 -------- 1 file changed, 8 deletions(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 285c413..b21dd53 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -6,17 +6,9 @@ updates: interval: daily timezone: America/New_York open-pull-requests-limit: 10 - reviewers: - - dconnolly - assignees: - - dconnolly - package-ecosystem: cargo directory: "/" schedule: interval: daily timezone: America/New_York open-pull-requests-limit: 10 - reviewers: - - dconnolly - assignees: - - dconnolly