From 9e676c09a1f9fd5afa19a7c665ea75771306a470 Mon Sep 17 00:00:00 2001 From: aurelien-reeves-scalingo Date: Thu, 19 Dec 2024 14:26:50 +0100 Subject: [PATCH] Remove ksol from dependabot reviewers Ref https://github.com/Scalingo/scalingo.js/pull/402#issuecomment-2510218799 ``` POST https://api.github.com/repos/Scalingo/scalingo.js/pulls/402/requested_reviewers: 422 - Reviews may only be requested from collaborators. One or more of the users or teams you specified is not a collaborator of the Scalingo/scalingo.js repository. // See: https://docs.github.com/rest/pulls/review-requests#request-reviewers-for-a-pull-request ``` --- .github/dependabot.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index b4890ba6..a7ad90fe 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -35,4 +35,3 @@ updates: - "typedoc" reviewers: - "aurelien-reeves-scalingo" - - "ksol"