Skip to content

Commit 6f4dbad

Browse files
Create dependabot.yml
1 parent 6484e94 commit 6f4dbad

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

.github/dependabot.yml

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
version: 2
2+
updates:
3+
# Update for GitHub Actions dependencies
4+
- package-ecosystem: "github-actions"
5+
directory: "/" # Root directory where your GitHub Actions workflows are located (usually .github/workflows)
6+
schedule:
7+
interval: "daily" # Check for updates weekly
8+
day: "monday" # Run every Monday
9+
time: "08:00" # At 8:00 UTC
10+
labels:
11+
- "github-actions"
12+
assignees:
13+
- "Githubguy132010" # Replace with your GitHub username

0 commit comments

Comments
 (0)