From aaf71b22899ae83d2243a6c875a8699f2d33dad1 Mon Sep 17 00:00:00 2001 From: santicomp2014 Date: Tue, 30 Jun 2026 12:07:05 -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 | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 870b7769..0e38f79a 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: "docker" directory: "/" + open-pull-requests-limit: 20 schedule: - interval: "monthly" + interval: "weekly" day: "sunday" time: "00:00" timezone: "Europe/London"