From 5a667aa4492f4858184d7d21d5fcaa52e6a60654 Mon Sep 17 00:00:00 2001 From: DimitrisJim Date: Tue, 28 Nov 2023 20:02:47 +0200 Subject: [PATCH] Add capability to dependabot. --- .github/dependabot.yml | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 7a5496efee1..b5b37a612d0 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -38,4 +38,12 @@ updates: labels: - dependencies + - package-ecosystem: gomod + directory: "/modules/capability" + schedule: + interval: daily + open-pull-requests-limit: 10 + labels: + - dependencies +