diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 700707c..cf51983 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: + - "*"