diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 134d3f5..ac575f9 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -5,6 +5,3 @@ updates: schedule: interval: "monthly" open-pull-requests-limit: 99 - labels: - - "dependencies" - - "github-actions" diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 33a647f..258497c 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -22,7 +22,7 @@ jobs: matrix: version: - '1.6' - - '1' + - '1.10' # The FITSIO dependency is currently broken on v1.11+: https://github.com/JuliaAstro/FITSIO.jl/issues/194 os: - ubuntu-latest - macOS-latest diff --git a/.github/workflows/docs.yml b/.github/workflows/docs.yml index 16ab030..7a33fcc 100644 --- a/.github/workflows/docs.yml +++ b/.github/workflows/docs.yml @@ -16,7 +16,7 @@ jobs: - uses: actions/checkout@v4 - uses: julia-actions/setup-julia@v2 with: - version: '1' + version: '1.10' # The FITSIO dependency is currently broken on v1.11+: https://github.com/JuliaAstro/FITSIO.jl/issues/194 - uses: julia-actions/cache@v2 - uses: julia-actions/julia-docdeploy@v1 env: