hugo

Unnamed repository; edit this file 'description' to name the repository.

git clone git://git.shimmy1996.com/hugo.git
commit a2dda22c368adbffbba74c8c388cc10299801692
parent 910d81a6927c30ad1126c1bfaab1155b970f6442
Author: Bjørn Erik Pedersen <bjorn.erik.pedersen@gmail.com>
Date:   Mon,  7 Sep 2020 21:51:49 +0200

Create dependabot.yml
Diffstat:
A.github/dependabot.yml | 7+++++++
1 file changed, 7 insertions(+), 0 deletions(-)
diff --git a/.github/dependabot.yml 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"