From 9dbec2030cd799ef3d3ba61d4f17d19a3e6f7235 Mon Sep 17 00:00:00 2001 From: Andrea Luzzardi Date: Wed, 17 Feb 2021 12:18:26 -0800 Subject: [PATCH] dependabot support Signed-off-by: Andrea Luzzardi --- .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 00000000..3938344a --- /dev/null +++ b/.github/dependabot.yml @@ -0,0 +1,6 @@ +version: 2 +updates: + - package-ecosystem: "gomod" + directory: "/" + schedule: + interval: "daily"