Skip to content

Commit d693114

Browse files
committed
add julia package-ecosystem to dependabot
1 parent 50d569b commit d693114

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/dependabot.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,3 +5,9 @@ updates:
55
directory: "/" # Location of package manifests
66
schedule:
77
interval: "monthly"
8+
- package-ecosystem: "julia"
9+
directories: # Location of Julia projects
10+
- "/"
11+
- "/docs"
12+
schedule:
13+
interval: "weekly"

0 commit comments

Comments
 (0)