From d7195372b40cedc8d2250038b0e160b27a22328a Mon Sep 17 00:00:00 2001 From: Richard Patel Date: Thu, 1 Sep 2022 14:57:03 +0200 Subject: [PATCH] Install 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..3938344 --- /dev/null +++ b/.github/dependabot.yml @@ -0,0 +1,6 @@ +version: 2 +updates: + - package-ecosystem: "gomod" + directory: "/" + schedule: + interval: "daily"