From 5ce27167d0d08a62b7fb2346cd3fbf8e5ac1d78b Mon Sep 17 00:00:00 2001 From: stevenwdv Date: Thu, 10 Feb 2022 00:09:16 +0100 Subject: Enable Dependabot for Go --- .github/dependabot.yml | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 .github/dependabot.yml (limited to '.github') diff --git a/.github/dependabot.yml b/.github/dependabot.yml new file mode 100644 index 0000000..b252b61 --- /dev/null +++ b/.github/dependabot.yml @@ -0,0 +1,7 @@ +# See https://help.github.com/github/administering-a-repository/configuration-options-for-dependency-updates +version: 2 +updates: + - package-ecosystem: "gomod" + directory: "/" # Location of package manifests + schedule: + interval: "daily" -- cgit v1.2.3