From bab746c995f4e0272950c89d48f9089c35c1ad2d Mon Sep 17 00:00:00 2001 From: Hiromu OCHIAI Date: Wed, 17 Aug 2022 13:37:53 +0900 Subject: [PATCH] Add dependabot Fix #20 --- .github/dependabot.yml | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 .github/dependabot.yml diff --git a/.github/dependabot.yml b/.github/dependabot.yml new file mode 100644 index 0000000..15abe19 --- /dev/null +++ b/.github/dependabot.yml @@ -0,0 +1,12 @@ +version: 2 +updates: + # https://docs.github.com/en/github/administering-a-repository/configuration-options-for-dependency-updates#package-ecosystem + - package-ecosystem: gomod + directory: / + schedule: + interval: daily + target-branch: main + reviewers: + - otiai10 + assignees: + - otiai10 \ No newline at end of file