From 4291916f0f9105732ffe58b14e1a4f385a1ab70b Mon Sep 17 00:00:00 2001 From: Kent 'picat' Gruber Date: Wed, 21 Jul 2021 17:31:16 -0400 Subject: [PATCH] Add initial 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 000000000..e5c936ead --- /dev/null +++ b/.github/dependabot.yml @@ -0,0 +1,6 @@ +version: 2 +updates: +- package-ecosystem: gomod + directory: "/" + schedule: + interval: daily \ No newline at end of file