From 8f58af8b8ce974061a1059ae7134211a8b8573b4 Mon Sep 17 00:00:00 2001 From: Christopher Fujino Date: Mon, 7 Mar 2022 15:51:23 -0800 Subject: [PATCH] correct github account usernames (#99716) --- .github/dependabot.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index a628987b8f2..6826b927e94 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -10,7 +10,7 @@ updates: reviewers: - "jmagman" - "keyonghan" - - "yusufm" + - "yusuf-goog" labels: - "team" - "team: infra" @@ -21,8 +21,8 @@ updates: interval: "weekly" reviewers: - "keyonghan" - - "yusufm" - - "fujino" + - "yusuf-goog" + - "christopherfujino" labels: - "team" - "team: infra"