Skip to content

Commit 0aef04d

Browse files
committed
added: Dependabot for Julia
1 parent 1d87477 commit 0aef04d

1 file changed

Lines changed: 8 additions & 0 deletions

File tree

.github/dependabot.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,3 +5,11 @@ updates:
55
directory: "/" # Location of package manifests
66
schedule:
77
interval: "weekly"
8+
- package-ecosystem: "julia"
9+
directory: "/"
10+
schedule:
11+
interval: "weekly"
12+
# groups: # uncomment to group all julia package updates into a single PR
13+
# all-julia-packages:
14+
# patterns:
15+
# - "*"

0 commit comments

Comments
 (0)