From df10138d86cc3d0fac51343fc96524cf1ab9e961 Mon Sep 17 00:00:00 2001 From: CHAMI Rachid Date: Thu, 18 Jan 2024 01:34:23 +0100 Subject: [PATCH] chore: rename the dependabot reviewer --- .github/dependabot.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index b096d59f..f52e2365 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -6,7 +6,7 @@ updates: interval: daily open-pull-requests-limit: 10 reviewers: - - "sweexordious" + - "rach-id" - package-ecosystem: gomod directory: "/" schedule: @@ -15,4 +15,4 @@ updates: labels: - dependencies reviewers: - - "sweexordious" + - "rach-id"