From d10d0db1b63ee08141b58f796307dc5e77aafde6 Mon Sep 17 00:00:00 2001 From: Eder Ignatowicz Date: Mon, 22 Jul 2024 10:14:01 -0400 Subject: [PATCH] chore: adding bff and frontend to dependabot weekly checks (#205) Signed-off-by: Eder Ignatowicz --- .github/dependabot.yml | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 5ba709cdc..5176165db 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -6,7 +6,9 @@ version: 2 updates: - package-ecosystem: "gomod" - directory: "/" + directories: + - "/" + - "/clients/ui/bff/" schedule: interval: "weekly" - package-ecosystem: "pip" @@ -21,3 +23,7 @@ updates: directory: "/" schedule: interval: "weekly" + - package-ecosystem: "npm" + directory: "/clients/ui/frontend/" + schedule: + interval: "weekly" \ No newline at end of file