Skip to content
This repository has been archived by the owner on May 12, 2023. It is now read-only.

Commit

Permalink
Have :dependabot: watch github-actions (#72)
Browse files Browse the repository at this point in the history
We've got several very outdated actions in the workflows within this repo... so let's get :dependabot: on the case! 🕵️
  • Loading branch information
jeffwidman authored May 12, 2023
1 parent 5f2d30e commit 7e1e33d
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 @@ -4,3 +4,7 @@ updates:
directory: "/"
schedule:
interval: "weekly"
- package-ecosystem: "github-actions"
directory: "/"
schedule:
interval: "weekly"

0 comments on commit 7e1e33d

Please sign in to comment.