From 0aef04de54c9a6fd462cf08ea57df310fd3ad234 Mon Sep 17 00:00:00 2001 From: franckgaga Date: Thu, 5 Feb 2026 16:24:57 -0500 Subject: [PATCH] added: `Dependabot` for Julia --- .github/dependabot.yml | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 700707ced..3db320924 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: + # - "*" \ No newline at end of file