From 5d905981cf56799881827f88800209b284f1bc39 Mon Sep 17 00:00:00 2001 From: Thomas Pelletier Date: Tue, 30 Mar 2021 22:03:39 -0400 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..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"