From 217677efc8e93b0a48167530f5d0be45ce84938d Mon Sep 17 00:00:00 2001 From: joe miller Date: Mon, 25 Oct 2021 07:08:25 -0700 Subject: [PATCH] add .github/dependabot.yml --- .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..14030fd --- /dev/null +++ b/.github/dependabot.yml @@ -0,0 +1,6 @@ +version: 2 +updates: + - package-ecosystem: "gomod" + directory: "/" # Location of package manifests + schedule: + interval: "daily"