diff --git a/.github/dependabot.yml b/.github/dependabot.yml index f6c4a759c..c9802fcb3 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -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" \ No newline at end of file