Skip to content

Commit c67e932

Browse files
Update dependabot.yml to add Julia ecosystem support
1 parent c41760a commit c67e932

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,5 +1,6 @@
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
@@ -8,3 +9,14 @@ updates:
89
ignore:
910
- dependency-name: "crate-ci/typos"
1011
update-types: ["version-update:semver-patch", "version-update:semver-minor"]
12+
- package-ecosystem: "julia"
13+
directories:
14+
- "/"
15+
- "/docs"
16+
- "/test"
17+
schedule:
18+
interval: "daily"
19+
groups:
20+
all-julia-packages:
21+
patterns:
22+
- "*"

0 commit comments

Comments
 (0)