diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 95ccafa..4307868 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -10,3 +10,15 @@ updates: all-github-actions: patterns: - "*" + - package-ecosystem: "julia" + directories: # Location of Julia projects + - "/" + - "/docs" + - "/test" + schedule: + interval: "daily" + groups: + # Groups all julia dep PRs into a single one + all-julia-packages: + patterns: + - "*"