Skip to content

Commit 9911b58

Browse files
Update dependabot.yml to add Julia ecosystem support
1 parent e6714d8 commit 9911b58

File tree

1 file changed

+13
-2
lines changed

1 file changed

+13
-2
lines changed

.github/dependabot.yml

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

0 commit comments

Comments
 (0)