From d6dbfe9a56f9ca43beab0345a4fa3e8c7ce9a5eb Mon Sep 17 00:00:00 2001 From: Conrado Gouvea Date: Wed, 27 Sep 2023 14:01:48 -0300 Subject: [PATCH] dependabot: remove hardcoded reviewer --- .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