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+ # To get started with Dependabot version updates, you'll need to specify which
2+ # package ecosystems to update and where the package manifests are located.
3+ # Please see the documentation for all configuration options:
4+ # https://docs.github.com/github/administering-a-repository/configuration-options-for-dependency-updates
5+
6+ version : 2
7+ updates :
8+ # Keep dependencies for GitHub Actions up-to-date
9+ - package-ecosystem : ' github-actions'
10+ directory : ' /'
11+ schedule :
12+ interval : ' monthly'
Original file line number Diff line number Diff line change 2121 - uses : julia-actions/setup-julia@v2
2222 with :
2323 version : ${{ matrix.version }}
24- - uses : cjdoris /julia-downgrade-compat-action @v1
24+ - uses : julia-actions /julia-downgrade-compat@v1
2525 with :
2626 skip : Pkg,TOML
2727 - uses : julia-actions/julia-buildpkg@v1
You can’t perform that action at this time.
0 commit comments