Skip to content

Commit 9dd83cc

Browse files
Update dependabot.yml to add Julia ecosystem support
1 parent 1d71709 commit 9dd83cc

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

.github/dependabot.yml

Lines changed: 11 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,13 @@ 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+
- "/test"
16+
schedule:
17+
interval: "daily"
18+
groups:
19+
all-julia-packages:
20+
patterns:
21+
- "*"

0 commit comments

Comments
 (0)