From e78a25cda4edf4b3d834d57c62d937c36eb98bae Mon Sep 17 00:00:00 2001 From: Jamie Tanna Date: Mon, 13 Jun 2022 19:20:45 +0100 Subject: [PATCH] Add Dependabot To keep on top of our dependency updates, we should automate it with Dependabot. --- .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