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"