Skip to content

Commit

Permalink
add check on actions we use
Browse files Browse the repository at this point in the history
this will check and bump actions versions we use in our workflows when they are released, it checks once a week which is plenty of time given our pace of development
  • Loading branch information
tomeichlersmith committed Sep 15, 2023
1 parent 7499b7e commit 298e059
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,3 +9,7 @@ updates:
directory: "/"
schedule:
interval: "weekly"
- package-ecosystem: "github-actions"
directory: "/"
schedule:
interval: "weekly"

0 comments on commit 298e059

Please sign in to comment.