Skip to content

Commit 7b5854e

Browse files
Update dependabot.yml to add Julia ecosystem support
1 parent fb79261 commit 7b5854e

File tree

1 file changed

+13
-5
lines changed

1 file changed

+13
-5
lines changed

.github/dependabot.yml

Lines changed: 13 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +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-
ignore:
9-
- dependency-name: "crate-ci/typos"
10-
update-types: ["version-update:semver-patch", "version-update:semver-minor"]
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)