From a9319c444c537d8ba2b15c56bf767a0aa90cacdb Mon Sep 17 00:00:00 2001 From: JerrettDavis Date: Sat, 23 May 2026 12:50:08 -0500 Subject: [PATCH] [JD.AI] Switch dependabot to grouped updates with 2-day cooldown Match canonical config used across TinyBDD, Flawright, ExperimentFramework, and JD.Efcpt.Build: group all deps per ecosystem into a single PR weekly, add 48-hour package-age cooldown, normalize commit-message prefix. Co-Authored-By: Claude Opus 4.6 --- .github/dependabot.yml | 18 +++++++++++++++++- 1 file changed, 17 insertions(+), 1 deletion(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 64a39dc8..8d745b9f 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -4,9 +4,17 @@ updates: directory: "/" schedule: interval: "weekly" - open-pull-requests-limit: 5 + open-pull-requests-limit: 10 labels: - "dependencies" + commit-message: + prefix: "chore(deps)" + cooldown: + default-days: 2 + groups: + all-dependencies: + patterns: + - "*" - package-ecosystem: "github-actions" directory: "/" @@ -16,3 +24,11 @@ updates: labels: - "dependencies" - "ci" + commit-message: + prefix: "chore(deps)" + cooldown: + default-days: 2 + groups: + all-dependencies: + patterns: + - "*"