Skip to content

Commit

Permalink
Add dependabot
Browse files Browse the repository at this point in the history
  • Loading branch information
RobertPincus committed Mar 13, 2024
1 parent 2ef935a commit 4c46666
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
version: 2
updates:
# Maintain dependencies for GitHub Actions
- package-ecosystem: "github-actions"
directory: "/"
schedule:
interval: "daily"
target-branch: "master"
2 changes: 1 addition & 1 deletion .github/workflows/continuous_integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ jobs:
###############################################################################
# Compiler-specific environment
###############################################################################
- name: Environment for ifort compiler
- name: Environment for Gfortran compiler
if: contains(matrix.compiler, 'gfortran')
run: echo "NFHOME=/usr/include" > $GITHUB_ENV

Expand Down

0 comments on commit 4c46666

Please sign in to comment.