Skip to content

Commit ccdaf3a

Browse files
committed
add dependabot config, update downgrade compat action
1 parent 45caa6a commit ccdaf3a

2 files changed

Lines changed: 13 additions & 1 deletion

File tree

.github/dependabot.yml

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
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'

.github/workflows/Downgrade.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
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

0 commit comments

Comments
 (0)