Skip to content
Open
Changes from 1 commit
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
11 changes: 11 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
version: 2
updates:
- package-ecosystem: "github-actions"
directory: "/"
Comment thread
cursor[bot] marked this conversation as resolved.
Outdated
schedule:
interval: "weekly"
cooldown:
default-days: 7

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

nit: consider adding open-pull-requests-limit and labels for explicitness. With groups batching everything into one PR the default limit of 5 is effectively never hit, so this is purely cosmetic; and the repo already applies a dependabot label, so neither is required. Optional.

groups:
actions:
patterns: ["*"]
Loading