Skip to content

Commit

Permalink
Fix directory for dependabot cargo updates (#1254)
Browse files Browse the repository at this point in the history
  • Loading branch information
charlesbluca authored Nov 7, 2023
1 parent a154a24 commit 394a3b2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
version: 2
updates:
- package-ecosystem: "cargo"
directory: "/dask_planner"
directory: "/"
schedule:
interval: "daily"
ignore:
Expand Down

0 comments on commit 394a3b2

Please sign in to comment.