Skip to content

Commit

Permalink
Merge pull request #27 from jwillemsen/jwi-actions
Browse files Browse the repository at this point in the history
Github action improvements
  • Loading branch information
CJNE authored Apr 14, 2024
2 parents 95574ea + c00802b commit 9edfa62
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
# Set update schedule for GitHub Actions
version: 2
updates:
- package-ecosystem: "github-actions"
directory: "/"
schedule:
interval: "weekly"
1 change: 1 addition & 0 deletions .github/workflows/tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ on:
pull_request:
schedule:
- cron: "0 0 * * *"
workflow_dispatch:

env:
DEFAULT_PYTHON: 3.9
Expand Down

0 comments on commit 9edfa62

Please sign in to comment.