From 2db9aa1831efc5a87cdecf3f944cca446e07e124 Mon Sep 17 00:00:00 2001 From: DimitrisJim Date: Mon, 21 Aug 2023 16:46:18 +0300 Subject: [PATCH] Add callbacks to dependabot. --- .github/dependabot.yml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 96e3c4a1d61..c0e03aef631 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -22,3 +22,10 @@ updates: labels: - dependencies + - package-ecosystem: gomod + directory: "/modules/apps/callbacks" + schedule: + interval: daily + open-pull-requests-limit: 10 + labels: + - dependencies \ No newline at end of file