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"