Skip to content

Commit 2aeab41

Browse files
committed
Add Dependabot for GitHub Actions
1 parent 57e1d26 commit 2aeab41

File tree

1 file changed

+17
-0
lines changed

1 file changed

+17
-0
lines changed

Diff for: .github/dependabot.yml

+17
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
---
2+
# Set Update Schedule for GitHub Actions
3+
4+
version: 2
5+
updates:
6+
7+
- package-ecosystem: "github-actions"
8+
directory: "/"
9+
schedule:
10+
# Check for updates to GitHub Actions every week
11+
interval: "weekly"
12+
time: "09:00"
13+
# Use Greenwich Mean Time (UTC +01:00)
14+
timezone: "Europe/London"
15+
# Add assignees
16+
assignees:
17+
- "aljawaid"

0 commit comments

Comments
 (0)