File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1- # https://docs.github.com/github/administering-a-repository/configuration-options-for-dependency-updates
21version : 2
32updates :
43 - package-ecosystem : " github-actions"
5- directory : " /" # Location of package manifests
4+ directory : " /"
65 schedule :
76 interval : " weekly"
7+ - package-ecosystem : " julia"
8+ directories : # Location of Julia projects
9+ - " ."
10+ - " ./docs"
11+ - " ./test"
12+ schedule :
13+ interval : " weekly"
14+ # groups: # uncomment to group all julia package updates into a single PR
15+ # all-julia-packages:
16+ # patterns:
17+ # - "*"
Original file line number Diff line number Diff line change 3030 arch :
3131 - x64
3232 steps :
33- - uses : actions/checkout@v6
33+ - uses : actions/checkout@v7
3434 - uses : julia-actions/setup-julia@v3
3535 with :
3636 version : ${{ matrix.version }}
5252 contents : write
5353 statuses : write
5454 steps :
55- - uses : actions/checkout@v6
55+ - uses : actions/checkout@v7
5656 - uses : julia-actions/setup-julia@v3
5757 with :
5858 version : ' 1'
Load diff This file was deleted.
Original file line number Diff line number Diff line change @@ -6,3 +6,9 @@ Literate = "98b081ad-f1c9-55d3-8b20-4c87d4299306"
66Flux = " 587475ba-b771-5e3f-ad9e-33799f191a9c"
77MLUtils = " f1d291b0-491e-4a28-83b9-f70985020b54"
88Plots = " 91a5bcdd-55d7-5caf-9e0b-520d859cae80"
9+
10+ [compat ]
11+ Documenter = " 1.17.0"
12+ Flux = " 0.16.10"
13+ MLUtils = " 0.4.9"
14+ Plots = " 1.41.6"
Original file line number Diff line number Diff line change @@ -16,6 +16,8 @@ DecisionFocusedLearningAlgorithms = {path = ".."}
1616
1717[compat ]
1818Aqua = " 0.8"
19+ DecisionFocusedLearningAlgorithms = " 0.2.0"
20+ DecisionFocusedLearningBenchmarks = " 0.6.1"
1921Documenter = " 1"
2022JuliaFormatter = " 2"
2123MLUtils = " 0.4"
You can’t perform that action at this time.
0 commit comments