From 79e28055f352eeec3fcb996a67a8250941039619 Mon Sep 17 00:00:00 2001 From: kiwiidb Date: Tue, 27 Dec 2022 13:19:27 +0100 Subject: [PATCH] add minimal dependabot file --- .github/dependabot.yaml | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 .github/dependabot.yaml diff --git a/.github/dependabot.yaml b/.github/dependabot.yaml new file mode 100644 index 0000000..4ca67ad --- /dev/null +++ b/.github/dependabot.yaml @@ -0,0 +1,6 @@ +version: 2 +updates: + - package-ecosystem: gomod + directory: / + schedule: + interval: daily \ No newline at end of file