From 3a28b0f370a9e7fe319eb218aa8e19ab6b0422bc Mon Sep 17 00:00:00 2001 From: Niels de Vos Date: Mon, 20 Feb 2023 13:45:36 +0100 Subject: [PATCH] ci: add `/api` to dependabot configuration Signed-off-by: Niels de Vos --- .github/dependabot.yml | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 816ac403d..23e7a763e 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -47,6 +47,17 @@ updates: - ci/skip/e2e commit-message: prefix: "rebase" + - package-ecosystem: "gomod" + directory: "/api" + schedule: + interval: "weekly" + rebase-strategy: "disabled" + labels: + - rebase + - ci/skip/e2e + - ci/skip/multi-arch-build + commit-message: + prefix: "rebase" - package-ecosystem: "github-actions" directory: "/" schedule: