From 96d12517e58faf495fa84fe38e5cf959c8da24b6 Mon Sep 17 00:00:00 2001 From: Chris Collier Date: Mon, 5 Aug 2024 21:36:20 +0100 Subject: [PATCH] fix: Add dependabot for each of the workspaces --- .github/dependabot.yaml | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/.github/dependabot.yaml b/.github/dependabot.yaml index 9ec06cc..72f6bb0 100644 --- a/.github/dependabot.yaml +++ b/.github/dependabot.yaml @@ -10,3 +10,23 @@ updates: directory: "/" schedule: interval: "weekly" + - package-ecosystem: "cargo" + directory: "/hac-cli" + schedule: + interval: "weekly" + - package-ecosystem: "cargo" + directory: "/hac-client" + schedule: + interval: "weekly" + - package-ecosystem: "cargo" + directory: "/hac-colors" + schedule: + interval: "weekly" + - package-ecosystem: "cargo" + directory: "/hac-config" + schedule: + interval: "weekly" + - package-ecosystem: "cargo" + directory: "/hac-core" + schedule: + interval: "weekly"