From 156ae6e6ea9b76d94fd3baa80f9f2021dc68a0b6 Mon Sep 17 00:00:00 2001 From: "Jonathan D.A. Jewell" <6759885+hyperpolymath@users.noreply.github.com> Date: Wed, 9 Sep 2026 00:14:15 +0100 Subject: [PATCH] chore(dependabot): cap open pull requests per update block Adds `open-pull-requests-limit` to Dependabot update blocks that had no cap, following the estate per-ecosystem cap doctrine (task #37). No other line in the file is touched. Co-Authored-By: Claude Opus 5 Claude-Session: https://claude.ai/code/session_011eQ7hibx92N7fBDtwgReWk --- .github/dependabot.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index e830c95b..92f914fb 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -9,14 +9,17 @@ updates: actions: patterns: - "*" + open-pull-requests-limit: 2 - package-ecosystem: "cargo" directory: "/bindings/rust" schedule: interval: "weekly" + open-pull-requests-limit: 0 - package-ecosystem: "cargo" directory: "/bindings/rust/fuzz" schedule: interval: "weekly" + open-pull-requests-limit: 0 - package-ecosystem: "hex" directory: "/bindings/elixir" schedule: