Skip to content

Commit

Permalink
feat: Adds github action dependabot updates
Browse files Browse the repository at this point in the history
* Added a dependabot.yml configuration to run weekly update checks on workflow action versions.

Issue: Fixes Issue #298
  • Loading branch information
disaac committed Jul 1, 2024
1 parent 330ff26 commit 7a3c18f
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
# Set update schedule for GitHub Actions

version: 2
updates:

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

0 comments on commit 7a3c18f

Please sign in to comment.