From 08ae1866404490e7052071d3c6f06397c16db44c Mon Sep 17 00:00:00 2001 From: Emir Pasic Date: Wed, 13 Apr 2022 18:51:34 +0200 Subject: [PATCH] Create dependabot.yml --- .github/dependabot.yml | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 .github/dependabot.yml diff --git a/.github/dependabot.yml b/.github/dependabot.yml new file mode 100644 index 0000000..b9f8619 --- /dev/null +++ b/.github/dependabot.yml @@ -0,0 +1,8 @@ +# Ref: https://docs.github.com/github/administering-a-repository/configuration-options-for-dependency-updates + +version: 2 +updates: + - package-ecosystem: "gomod" + directory: "/" + schedule: + interval: "daily"