From 23f5c068d4ed273822577a8b635afe104ad5e026 Mon Sep 17 00:00:00 2001 From: Richard Weston Date: Fri, 10 Jun 2022 16:28:14 +0100 Subject: [PATCH] feat: Add 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..36b24f2 --- /dev/null +++ b/.github/dependabot.yml @@ -0,0 +1,6 @@ +version: 2 +updates: + - package-ecosystem: gomod + directory: / + schedule: + interval: daily