From 2fadb31a2926e21b2c4957037ad028f15e35dc2c Mon Sep 17 00:00:00 2001 From: Ben Harris <102531623+ben-harris-5@users.noreply.github.com> Date: Tue, 12 May 2026 13:27:38 -0400 Subject: [PATCH 1/2] [dependabot.yml] Group the devvit dependencies into the same PR --- .github/dependabot.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index e5e35b1..e342e5f 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -7,3 +7,8 @@ updates: interval: "weekly" day: "tuesday" open-pull-requests-limit: 10 # Optional: prevents PR spam by limiting active updates + groups: + devvit: + patterns: + - "devvit" + - "@devvit/*" From 1135cb3ec81f8b4ed9a24fb8645635e7a6349b46 Mon Sep 17 00:00:00 2001 From: "ben.harris" Date: Tue, 12 May 2026 13:37:11 -0400 Subject: [PATCH 2/2] Change cron --- .github/dependabot.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index e342e5f..32d2884 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -4,8 +4,9 @@ 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: