From ae7473c7a7e1172a5418377b64000d55697c2282 Mon Sep 17 00:00:00 2001 From: wwuck <301402+wwuck@users.noreply.github.com> Date: Thu, 13 Jan 2022 01:57:41 +1100 Subject: [PATCH] add dependabot configuration (#267) --- .github/dependabot.yml | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 .github/dependabot.yml diff --git a/.github/dependabot.yml b/.github/dependabot.yml new file mode 100644 index 0000000..ec9a82c --- /dev/null +++ b/.github/dependabot.yml @@ -0,0 +1,7 @@ +version: 2 +updates: + - package-ecosystem: "gomod" + directory: "/" + # Check for updates once a week + schedule: + interval: "weekly"