Skip to content

Commit

Permalink
Merge pull request stfc#160 from stfc/dependabot
Browse files Browse the repository at this point in the history
ENH: Add a dependabot workflow
  • Loading branch information
meoflynn authored Sep 13, 2024
2 parents ff9b066 + 9ada928 commit 4e6291c
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
# Set update schedule for GitHub Actions

version: 2
updates:

- package-ecosystem: "github-actions"
directory: "/"
schedule:
# Check for updates to GitHub Actions every day
interval: "daily"

0 comments on commit 4e6291c

Please sign in to comment.