From ad1759c4135e2770123ecc12c2f06106aab794d3 Mon Sep 17 00:00:00 2001 From: SuperQ Date: Thu, 4 May 2023 10:55:24 +0200 Subject: [PATCH] Enable dependabot for sigv4 Also update the sigv4 go.mod with dependabot. Signed-off-by: SuperQ --- .github/dependabot.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index a13b8c5a..9b81ffd8 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -4,3 +4,7 @@ updates: directory: "/" schedule: interval: monthly + - package-ecosystem: "gomod" + directory: "/sigv4" + schedule: + interval: monthly