diff --git a/.github/dependabot.yml b/.github/dependabot.yml index e5e35b1..32d2884 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -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" open-pull-requests-limit: 10 # Optional: prevents PR spam by limiting active updates + groups: + devvit: + patterns: + - "devvit" + - "@devvit/*"