From ed3ff7e1af95492183deb7f4b385a80feaff0c00 Mon Sep 17 00:00:00 2001 From: Olivia Brooks <109807080+Cutieguwu@users.noreply.github.com> Date: Fri, 28 Mar 2025 18:36:00 -0400 Subject: [PATCH] Update dependabot.yml --- .github/dependabot.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index ccfccc8..e611bd2 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: ["/*"] # Location of package manifests + directories: ["/gamelog/", "/miller/"] # Location of package manifests schedule: interval: "daily"