From: Bjørn Erik Pedersen Date: Mon, 7 Sep 2020 19:51:49 +0000 (+0200) Subject: Create dependabot.yml X-Git-Tag: v0.75.0~47 X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=a2dda22c368adbffbba74c8c388cc10299801692;p=brevno-suite%2Fhugo Create dependabot.yml --- diff --git a/.github/dependabot.yml b/.github/dependabot.yml new file mode 100644 index 00000000..6627f84b --- /dev/null +++ b/.github/dependabot.yml @@ -0,0 +1,7 @@ +# See https://docs.github.com/en/github/administering-a-repository/configuration-options-for-dependency-updates#package-ecosystem +version: 2 +updates: + - package-ecosystem: "gomod" + directory: "/" + schedule: + interval: "daily"