From 89b79d329930cbf538794267ded7160c371a31c8 Mon Sep 17 00:00:00 2001 From: "chloe41427[bot]" <263185818+chloe41427[bot]@users.noreply.github.com> Date: Thu, 21 May 2026 21:47:25 +0100 Subject: [PATCH] chore: stagger Dependabot schedule and group minor/patch updates --- .github/dependabot.yml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 991899e..ee34540 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -5,7 +5,8 @@ updates: directory: '/' schedule: interval: 'weekly' - open-pull-requests-limit: 10 + day: 'friday' + open-pull-requests-limit: 5 commit-message: prefix: '[chore]' groups: @@ -21,6 +22,7 @@ updates: directory: '/' schedule: interval: 'weekly' - open-pull-requests-limit: 10 + day: 'friday' + open-pull-requests-limit: 5 commit-message: prefix: '[chore]'