From 6f18402596349ff4b92667899c1bf927f054340c Mon Sep 17 00:00:00 2001 From: Pepe Fagoaga Date: Thu, 9 Jan 2025 16:32:45 +0545 Subject: [PATCH] chore(dependabot): Review for API and UI --- .github/dependabot.yml | 14 +++++++++++++- 1 file changed, 13 insertions(+), 1 deletion(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index ecbc1d29b07..dee1ed1f622 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -16,6 +16,17 @@ updates: - "dependencies" - "pip" + - package-ecosystem: "pip" + directory: "/api" + schedule: + interval: "daily" + open-pull-requests-limit: 10 + target-branch: master + labels: + - "dependencies" + - "pip" + - "component/api" + - package-ecosystem: "github-actions" directory: "/" schedule: @@ -27,7 +38,7 @@ updates: - "github_actions" - package-ecosystem: "npm" - directory: "/" + directory: "/ui" schedule: interval: "daily" open-pull-requests-limit: 10 @@ -35,6 +46,7 @@ updates: labels: - "dependencies" - "npm" + - "component/ui" - package-ecosystem: "docker" directory: "/"