From 2acd11e2ff78d8536bb198ad3e6d6666d518681d Mon Sep 17 00:00:00 2001 From: yutotnh <57719497+yutotnh@users.noreply.github.com> Date: Mon, 18 Sep 2023 17:29:54 +0900 Subject: [PATCH] =?UTF-8?q?fix:=20reviewers=20=E3=81=AE=E3=82=A8=E3=83=A9?= =?UTF-8?q?=E3=83=BC=E3=82=92=E4=BF=AE=E6=AD=A3=20(#298)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/dependabot.yml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 510c93e..6d40d9a 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -9,10 +9,12 @@ updates: directory: "/" # Location of package manifests schedule: interval: "weekly" - reviewers: "yutotnh" + reviewers: + - "yutotnh" - package-ecosystem: "gitsubmodule" directory: "/" # Location of package manifests schedule: interval: "weekly" - reviewers: "yutotnh" + reviewers: + - "yutotnh"