Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,11 @@ version: 2
updates:
# Update for GitHub Actions dependencies
- package-ecosystem: "github-actions"
directory: "/" # Root directory for GitHub Actions workflows
directory: "/.github/workflows" # Directory for GitHub Actions workflows
schedule:
interval: "daily" # Check for updates daily (previously mentioned as weekly)
time: "08:00" # Run every day at 08:00 UTC, day specification removed as it's redundant
labels:
- "github-actions"
assignees:
- "Githubguy132010" # Replace with your GitHub username
- "Githubguy132010"
Loading