Skip to content

Commit

Permalink
Add Dependabot for GitHub Actions
Browse files Browse the repository at this point in the history
  • Loading branch information
aljawaid committed Sep 16, 2023
1 parent d399c76 commit 32777a5
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
---
# 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"
time: "09:00"
# Use Greenwich Mean Time (UTC +01:00)
timezone: "Europe/London"

0 comments on commit 32777a5

Please sign in to comment.