From 581864d9b558b0e32abf6d79162442013eaad681 Mon Sep 17 00:00:00 2001 From: CHAMI Rachid Date: Mon, 23 Oct 2023 13:51:50 +0100 Subject: [PATCH] ci: add e2e go.mod to dependabot (#554) --- .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"