From 1a633a5c2e1c58525fdc6d3c2afa4129b3dce585 Mon Sep 17 00:00:00 2001 From: santicomp2014 Date: Tue, 30 Jun 2026 12:06:55 -0300 Subject: [PATCH] chore(dependabot): weekly schedule + raise open-PR limit to 20 (Phase 5) Vuln-remediation Phase 5 recurrence-prevention: surface dependency updates faster and stop the default 5-PR cap from queuing security bumps. Co-Authored-By: Claude Opus 4.8 (1M context) --- .github/dependabot.yml | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 388430ad32..db7dba4d29 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -2,15 +2,17 @@ version: 2 updates: - package-ecosystem: "pip" directory: "/" + open-pull-requests-limit: 20 schedule: - interval: "monthly" + interval: "weekly" day: "sunday" time: "00:00" timezone: "Europe/London" - package-ecosystem: "npm" directory: "/" + open-pull-requests-limit: 20 schedule: - interval: "monthly" + interval: "weekly" day: "sunday" time: "00:00" timezone: "Europe/London" @@ -38,8 +40,9 @@ updates: - '@vitest/*' - package-ecosystem: "docker" directory: "/" + open-pull-requests-limit: 20 schedule: - interval: "monthly" + interval: "weekly" day: "sunday" time: "00:00" timezone: "Europe/London"