From 2a54eb4e4fd21c7950011264399d321b0019edba Mon Sep 17 00:00:00 2001 From: Mark Sagi-Kazar Date: Mon, 16 Aug 2021 11:57:14 +0200 Subject: [PATCH] chore: add dependabot config for the api module Signed-off-by: Mark Sagi-Kazar --- .github/dependabot.yml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 04ddb265..b3129d93 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -8,6 +8,13 @@ updates: schedule: interval: "daily" + - package-ecosystem: "gomod" + directory: "/api/v2" + labels: + - "area/dependencies" + schedule: + interval: "daily" + - package-ecosystem: "docker" directory: "/" labels: