Skip to content

Commit

Permalink
fix: Add dependabot for each of the workspaces
Browse files Browse the repository at this point in the history
  • Loading branch information
PossibleLlama authored and wllfaria committed Aug 5, 2024
1 parent 881b57e commit 96d1251
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions .github/dependabot.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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"

0 comments on commit 96d1251

Please sign in to comment.