From 0cc37d88e6d78e05fe537ae6ba2abe218a202aee Mon Sep 17 00:00:00 2001 From: Joachim Bauch Date: Tue, 13 Apr 2021 17:13:21 +0200 Subject: [PATCH] Add dependabot integration. --- .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..36b24f2 --- /dev/null +++ b/.github/dependabot.yml @@ -0,0 +1,6 @@ +version: 2 +updates: + - package-ecosystem: gomod + directory: / + schedule: + interval: daily