Skip to content

Commit b7e8ef9

Browse files
Merge pull request #11 from Githubguy132010/patch-1
Improve Dependabot.
2 parents 0ffdee2 + ff61975 commit b7e8ef9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/dependabot.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,11 @@ version: 2
22
updates:
33
# Update for GitHub Actions dependencies
44
- package-ecosystem: "github-actions"
5-
directory: "/" # Root directory for GitHub Actions workflows
5+
directory: "/.github/workflows" # Directory for GitHub Actions workflows
66
schedule:
77
interval: "daily" # Check for updates daily (previously mentioned as weekly)
88
time: "08:00" # Run every day at 08:00 UTC, day specification removed as it's redundant
99
labels:
1010
- "github-actions"
1111
assignees:
12-
- "Githubguy132010" # Replace with your GitHub username
12+
- "Githubguy132010"

0 commit comments

Comments
 (0)