From b8d39b370a3aadb1a442eb758612428cc2136279 Mon Sep 17 00:00:00 2001 From: Aaron Robinson <41325732+ASTRobinson@users.noreply.github.com> Date: Fri, 4 Oct 2024 12:05:26 +0100 Subject: [PATCH] Update dependabot Add GoMod dependencies for unit-tests --- .github/dependabot.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 2b4cb36..12f114e 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -8,3 +8,7 @@ updates: directory: "/" schedule: interval: "daily" + - package-ecosystem: "gomod" + directory: "/test" + schedule: + interval: "daily"