Skip to content

Commit 4a490e8

Browse files
Update dependabot.yml to add Julia ecosystem support
1 parent 2998278 commit 4a490e8

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

.github/dependabot.yml

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,19 @@
11
# https://docs.github.com/github/administering-a-repository/configuration-options-for-dependency-updates
22
version: 2
3+
enable-beta-ecosystems: true # Julia ecosystem
34
updates:
45
- package-ecosystem: "github-actions"
56
directory: "/" # Location of package manifests
67
schedule:
78
interval: "weekly"
9+
- package-ecosystem: "julia"
10+
directories:
11+
- "/"
12+
- "/docs"
13+
- "/test"
14+
schedule:
15+
interval: "daily"
16+
groups:
17+
all-julia-packages:
18+
patterns:
19+
- "*"

0 commit comments

Comments
 (0)