Skip to content

Commit

Permalink
Added dependabot action
Browse files Browse the repository at this point in the history
  • Loading branch information
JulianTrommer committed Jul 17, 2024
1 parent 7ee3b80 commit dc36e73
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
9 changes: 9 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
version: 2
updates:
- package-ecosystem: "github-actions"
directory: "/"
schedule:
interval: "monthly"
labels:
- "dependencies"
- "github-actions"
3 changes: 2 additions & 1 deletion .github/workflows/Documentation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ on:
- '.github/workflows/Documentation.yml'
tags:
- '*'
workflow_dispatch:

jobs:
build:
Expand All @@ -23,7 +24,7 @@ jobs:
uses: actions/checkout@v4

- name: "Set up Julia"
uses: julia-actions/setup-julia@v1
uses: julia-actions/setup-julia@latest
with:
version: '1.10'
arch: x64
Expand Down

0 comments on commit dc36e73

Please sign in to comment.