From 0cfb29e2e765dc1d27da7f166316c1b7a606d611 Mon Sep 17 00:00:00 2001 From: Olivia Brooks <109807080+Cutieguwu@users.noreply.github.com> Date: Fri, 28 Mar 2025 18:31:23 -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 58728f3..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: "/*" # Location of package manifests + directories: ["/*"] # Location of package manifests schedule: interval: "daily"