diff --git a/.github/dependabot.yml b/.github/dependabot.yml index e611bd2..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 - directories: ["/gamelog/", "/miller/"] # Location of package manifests + directories: ["/*"] # Location of package manifests schedule: interval: "daily"