From c9230b5692bf2204356db1e2127b7f2caa2d9cfb Mon Sep 17 00:00:00 2001 From: Hiromu OCHIAI Date: Tue, 16 Jul 2024 14:51:45 +0900 Subject: [PATCH] Add dependabot.yml to keep this project up-to-date --- .github/dependabot.yml | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 .github/dependabot.yml diff --git a/.github/dependabot.yml b/.github/dependabot.yml new file mode 100644 index 0000000..3939f4b --- /dev/null +++ b/.github/dependabot.yml @@ -0,0 +1,8 @@ +version: 2 +updates: + - package-ecosystem: "gomod" + directory: "/" + schedule: + interval: "weekly" + assignees: + - otiai10