Skip to content

Commit 30eb7f5

Browse files
authored
Update dependabot.yml to add julia support
Signed-off-by: abhro <[email protected]>
1 parent d6e9390 commit 30eb7f5

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

.github/dependabot.yml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,3 +5,12 @@ updates:
55
directory: "/" # Location of package manifests
66
schedule:
77
interval: "monthly"
8+
9+
- package-ecosystem: "julia"
10+
directories: ["/", "/docs", "/notebooks", "/test"]
11+
schedule:
12+
interval: "weekly"
13+
groups:
14+
all-julia-packages:
15+
patterns:
16+
- "*"

0 commit comments

Comments
 (0)