From d6a3c8d40148e7226e6549f120a0c7b6bf492c49 Mon Sep 17 00:00:00 2001 From: Paul Buetow Date: Tue, 14 Jun 2022 13:11:21 +0300 Subject: Add GitHub dependabot configuration --- .github/dependabot.yml | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 .github/dependabot.yml diff --git a/.github/dependabot.yml b/.github/dependabot.yml new file mode 100644 index 0000000..24eb250 --- /dev/null +++ b/.github/dependabot.yml @@ -0,0 +1,6 @@ +version: 2 +updates: +- package-ecosystem: gomod + directory: / + schedule: + interval: daily -- cgit v1.2.3