We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0ffdee2 commit ff61975Copy full SHA for ff61975
.github/dependabot.yml
@@ -2,11 +2,11 @@ version: 2
2
updates:
3
# Update for GitHub Actions dependencies
4
- package-ecosystem: "github-actions"
5
- directory: "/" # Root directory for GitHub Actions workflows
+ directory: "/.github/workflows" # Directory for GitHub Actions workflows
6
schedule:
7
interval: "daily" # Check for updates daily (previously mentioned as weekly)
8
time: "08:00" # Run every day at 08:00 UTC, day specification removed as it's redundant
9
labels:
10
- "github-actions"
11
assignees:
12
- - "Githubguy132010" # Replace with your GitHub username
+ - "Githubguy132010"
0 commit comments