Skip to content

Commit 34defdf

Browse files
authored
Update dependabot.yml to add julia support
Signed-off-by: abhro <5664668+abhro@users.noreply.github.com>
1 parent 3236f4f commit 34defdf

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

.github/dependabot.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,13 @@ version: 2
33
updates:
44
- package-ecosystem: "github-actions"
55
directory: "/" # Location of package manifests
6+
schedule:
7+
interval: "quarterly"
8+
- package-ecosystem: "julia"
9+
directories: ["/", "/docs", "/test"]
610
schedule:
711
interval: "monthly"
12+
groups:
13+
all-julia-packages:
14+
patterns:
15+
- "*"

0 commit comments

Comments
 (0)