From 020dad41e773c565ae32634c51956720de9ee535 Mon Sep 17 00:00:00 2001 From: John Losito Date: Mon, 19 Oct 2020 17:40:33 -0400 Subject: [PATCH] Allow dependabot to check go modules daily --- .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"