From 38f75b72dff7eef7a3f3d9fae17d773bdd865218 Mon Sep 17 00:00:00 2001 From: Hau Nguyen Date: Sat, 23 Jul 2022 21:23:17 +0700 Subject: [PATCH] chore: add dependabot --- .github/dependabot.yml | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 .github/dependabot.yml diff --git a/.github/dependabot.yml b/.github/dependabot.yml new file mode 100644 index 0000000..3938344 --- /dev/null +++ b/.github/dependabot.yml @@ -0,0 +1,6 @@ +version: 2 +updates: + - package-ecosystem: "gomod" + directory: "/" + schedule: + interval: "daily"