From abb58435605439b55727e3598e6f08d053379bba Mon Sep 17 00:00:00 2001 From: Shohei Ueda <30958501+peaceiris@users.noreply.github.com> Date: Tue, 7 Apr 2020 12:20:07 +0900 Subject: [PATCH] ci: Add dependabot for auto-merging --- .github/CODEOWNERS | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS index 7679bef..5e7ad00 100644 --- a/.github/CODEOWNERS +++ b/.github/CODEOWNERS @@ -1,3 +1,7 @@ # https://help.github.com/en/github/creating-cloning-and-archiving-repositories/about-code-owners -* @peaceiris +/__tests__/ @peaceiris +/src/ @peaceiris + +/package-lock.json @dependabot +/package.json @dependabot