Skip to content
Open
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
8 changes: 7 additions & 1 deletion .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,13 @@ updates:

# GitHub Actions
- package-ecosystem: github-actions
directory: "/"
# The seed workflows are copied verbatim into every generated CLI
# (prompts/seed-cli.md), so they need updating like any other workflow.
# For github-actions a non-root entry is scanned directly for *.yml, so the
# path is the workflows directory itself rather than the tree above it.
directories:
- "/"
- "/seed/.github/workflows"
schedule:
interval: weekly
day: monday
Expand Down
Loading