From 6cbcc139973dfe759464eb352b9fc0a853456409 Mon Sep 17 00:00:00 2001 From: Ian Weaver Date: Wed, 8 Jul 2026 02:46:21 -0700 Subject: [PATCH] build: 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 1305e09..6e9999a 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -6,7 +6,7 @@ updates: schedule: interval: "weekly" - package-ecosystem: "julia" - directory: "/" # Location of julia project + directories: ["/", "/docs", "/test"] # Location of Julia projects schedule: interval: "weekly" groups: # Group all julia package updates into a single PR