From 5a30efa6644db18dee9193cdac36c005fb547f92 Mon Sep 17 00:00:00 2001 From: Conrado Gouvea Date: Wed, 27 Sep 2023 14:06:15 -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