Skip to content

Commit af988cb

Browse files
committed
Merge branch 'main' into solene
2 parents 521ae9d + 81e184e commit af988cb

5 files changed

Lines changed: 22 additions & 20 deletions

File tree

.github/dependabot.yml

Lines changed: 12 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,17 @@
1-
# https://docs.github.com/github/administering-a-repository/configuration-options-for-dependency-updates
21
version: 2
32
updates:
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+
# - "*"

.github/workflows/CI.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
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 }}
@@ -52,7 +52,7 @@ jobs:
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'

.github/workflows/CompatHelper.yml

Lines changed: 0 additions & 16 deletions
This file was deleted.

docs/Project.toml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,3 +6,9 @@ Literate = "98b081ad-f1c9-55d3-8b20-4c87d4299306"
66
Flux = "587475ba-b771-5e3f-ad9e-33799f191a9c"
77
MLUtils = "f1d291b0-491e-4a28-83b9-f70985020b54"
88
Plots = "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"

test/Project.toml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,8 @@ DecisionFocusedLearningAlgorithms = {path = ".."}
1616

1717
[compat]
1818
Aqua = "0.8"
19+
DecisionFocusedLearningAlgorithms = "0.2.0"
20+
DecisionFocusedLearningBenchmarks = "0.6.1"
1921
Documenter = "1"
2022
JuliaFormatter = "2"
2123
MLUtils = "0.4"

0 commit comments

Comments
 (0)