diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 42d1417..ccfccc8 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -6,6 +6,6 @@ version: 2 updates: - package-ecosystem: "cargo" # See documentation for possible values - directory: "/" # Location of package manifests + directories: ["/*"] # Location of package manifests schedule: interval: "daily" diff --git a/miller/Cargo.toml b/miller/Cargo.toml index c76f02a..1d5f2b4 100644 --- a/miller/Cargo.toml +++ b/miller/Cargo.toml @@ -22,4 +22,4 @@ features = [ ] [dependencies.gamelog] -path = "./gamelog" +path = "../gamelog"