From da6dc9e9a36b4c5d6180d156029e2178c1c1093b Mon Sep 17 00:00:00 2001 From: Patrick Zheng Date: Fri, 6 Sep 2024 16:17:39 +0800 Subject: [PATCH] updated dependabot to cover test/e2e Signed-off-by: Patrick Zheng --- .github/dependabot.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 9137e070a..65588aa1e 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -19,7 +19,10 @@ version: 2 updates: - package-ecosystem: "gomod" # See documentation for possible values - directory: "/" # Location of package manifests + directories: # Location of package manifests + - "/" + - "/test/e2e" + - "/test/e2e/plugin" schedule: interval: "weekly"