From 92187cad9d9feb7b8565314bc605324881fbdbad Mon Sep 17 00:00:00 2001 From: Billy Zha Date: Tue, 30 May 2023 10:16:10 +0800 Subject: [PATCH] build: add dependabot for e2e module (#958) Signed-off-by: Billy Zha --- .github/dependabot.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 89bf243e6..2469f691b 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -18,3 +18,8 @@ updates: directory: "/" schedule: interval: "daily" + + - package-ecosystem: "gomod" + directory: "/test/e2e/" + schedule: + interval: "daily"