From 9c0fde13042b849f6565a23c1bb95fcb9705e1c9 Mon Sep 17 00:00:00 2001 From: Eric Hellman Date: Sun, 7 Sep 2025 13:49:03 -0400 Subject: [PATCH] fix team name case inconsistency (#11928) --- .github/dependabot.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 7cb1dfffe..a81f37de9 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -32,6 +32,6 @@ updates: separator: "/" # Add the arrays of assignees and reviewers assignees: - - "EbookFoundation/maintainers" + - "EbookFoundation/Maintainers" reviewers: - "EbookFoundation/reviewers"