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
Update Dependabot configuration for GitHub Actions
  • Loading branch information
henrymercer authored Sep 24, 2025
commit 86de17c44dbfa3a3dc49064b207eb1e9e22036e3
4 changes: 2 additions & 2 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,8 @@ updates:
- "*"
- package-ecosystem: github-actions
directories:
- "/"
- "/.github/actions" # All subdirectories outside of "/.github/workflows" must be explicitly included.
- "/.github/workflows"
- "/.github/actions"
schedule:
interval: weekly
labels:
Expand Down
Loading