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
10 changes: 8 additions & 2 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,12 @@ updates:
- package-ecosystem: "npm"
directory: "/" # Location of your package.json and package-lock.json
schedule:
interval: "weekly"
day: "tuesday"
interval: "cron"
cronjob: "0 17 * * 1,2" # At 5pm on Monday and Tuesday - https://crontab.guru/
timezone: "America/New_York"
Comment on lines +7 to +9
Copy link
Copy Markdown
Member Author

Choose a reason for hiding this comment

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

open-pull-requests-limit: 10 # Optional: prevents PR spam by limiting active updates
groups:
devvit:
patterns:
- "devvit"
- "@devvit/*"
Comment on lines +11 to +15
Copy link
Copy Markdown
Member Author

Choose a reason for hiding this comment

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