From 4b177d70570103bccc54ced15bb4201f8de314e5 Mon Sep 17 00:00:00 2001 From: Mohammed Sohail Date: Wed, 11 May 2022 12:30:28 +0300 Subject: [PATCH] ci: 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..20e1ef1 --- /dev/null +++ b/.github/dependabot.yml @@ -0,0 +1,6 @@ +version: 2 +updates: + - package-ecosystem: "gomod" + directory: "/" + schedule: + interval: "daily" \ No newline at end of file