From 79a6cf6ab877ddccfb9aacdf3606e63f67bb8575 Mon Sep 17 00:00:00 2001 From: Jinesi Yelizati Date: Tue, 27 Oct 2020 21:16:31 +0800 Subject: [PATCH] chore(deps): add dependabot.yml (#185) Co-authored-by: Josh Dolitsky <393494+jdolitsky@users.noreply.github.com> --- .github/dependabot.yml | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 .github/dependabot.yml diff --git a/.github/dependabot.yml b/.github/dependabot.yml new file mode 100644 index 000000000..72a5fc35d --- /dev/null +++ b/.github/dependabot.yml @@ -0,0 +1,7 @@ +version: 2 + +updates: + - package-ecosystem: "gomod" + directory: "/" + schedule: + interval: "daily"