From 29b73dd48e6f350c0c5cb68f65cd099bf2f58b6e Mon Sep 17 00:00:00 2001 From: Ian Weaver Date: Sun, 3 May 2026 15:44:41 -0700 Subject: [PATCH] build: use groups in dependabot.yml --- .github/dependabot.yml | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 700707ce..cf519836 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -5,3 +5,11 @@ updates: directory: "/" # Location of package manifests schedule: interval: "weekly" + - package-ecosystem: "julia" + directory: "/" + schedule: + interval: "weekly" + groups: # Uncomment to group all julia package updates into a single PR + all-julia-packages: + patterns: + - "*"