From 1af69fc9e184f2eb9be1928f2d66dc0471793491 Mon Sep 17 00:00:00 2001 From: Patrick Zheng Date: Sat, 7 Sep 2024 04:57:21 +0800 Subject: [PATCH] chore: updated dependabot.yml to cover test/e2e (#1030) 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"