diff --git a/.github/dependabot.yml b/.github/dependabot.yml index ed778d7..a3a6d36 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -1,6 +1,7 @@ version: 2 updates: - - package-ecosystem: "" # See documentation for possible values - directory: "/" # Location of package manifests + - package-ecosystem: "cargo" + directory: "/" schedule: interval: "daily" + time: "04:00"