Skip to content

Commit 0cb021e

Browse files
Add Julia dependency updates to dependabot config
1 parent 9645f79 commit 0cb021e

1 file changed

Lines changed: 8 additions & 2 deletions

File tree

.github/dependabot.yml

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,13 @@
1-
# https://docs.github.com/github/administering-a-repository/configuration-options-for-dependency-updates
21
version: 2
32
updates:
3+
# 1) Julia deps: updates Project.toml compat bounds (and may update Manifest if you commit it)
4+
- package-ecosystem: "julia"
5+
directory: "/"
6+
schedule:
7+
interval: "weekly"
8+
9+
# 2) GitHub Actions: keeps actions like checkout/setup-julia/cache up to date
410
- package-ecosystem: "github-actions"
5-
directory: "/" # Location of package manifests
11+
directory: "/"
612
schedule:
713
interval: "weekly"

0 commit comments

Comments
 (0)