From ec6f26011b65c54c21742e86c0103e627fe68c10 Mon Sep 17 00:00:00 2001 From: CHAMI Rachid Date: Mon, 23 Oct 2023 10:30:18 +0100 Subject: [PATCH] ci: add e2e go.mod to dependabot --- .github/dependabot.yml | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 9d3556e7..55c680c3 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -24,3 +24,13 @@ updates: - dependencies reviewers: - "sweexordious" + - package-ecosystem: gomod e2e + directory: "e2e" + schedule: + interval: daily + open-pull-requests-limit: 10 + labels: + - automerge + - dependencies + reviewers: + - "sweexordious"