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 17, 2023
1 parent 57e1d26 commit 2aeab41
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
---
# 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"
# Add assignees
assignees:
- "aljawaid"

0 comments on commit 2aeab41

Please sign in to comment.