From 4da4027c57bce5e2915b98dde2d52f94f6d6e228 Mon Sep 17 00:00:00 2001 From: Jacob <16949253+PassTheMayo@users.noreply.github.com> Date: Sun, 30 Apr 2023 16:01:59 -0500 Subject: [PATCH] Add Dependabot updates --- .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..3938344 --- /dev/null +++ b/.github/dependabot.yml @@ -0,0 +1,6 @@ +version: 2 +updates: + - package-ecosystem: "gomod" + directory: "/" + schedule: + interval: "daily"