From b4d1e3b72753f6e62acae018d22e44c2f042ef0d Mon Sep 17 00:00:00 2001 From: "Jonathan D.A. Jewell" <6759885+hyperpolymath@users.noreply.github.com> Date: Wed, 9 Sep 2026 00:15:20 +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 | 2 ++ alkahest-shell-transmuter/.github/dependabot.yml | 5 +++++ 2 files changed, 7 insertions(+) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 48294cce..1c6f0c8d 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -9,7 +9,9 @@ updates: actions: patterns: - "*" + open-pull-requests-limit: 2 - package-ecosystem: "mix" directory: "/" schedule: interval: "weekly" + open-pull-requests-limit: 3 diff --git a/alkahest-shell-transmuter/.github/dependabot.yml b/alkahest-shell-transmuter/.github/dependabot.yml index 23c77edb..03191816 100644 --- a/alkahest-shell-transmuter/.github/dependabot.yml +++ b/alkahest-shell-transmuter/.github/dependabot.yml @@ -16,6 +16,7 @@ updates: actions: patterns: - "*" + open-pull-requests-limit: 2 # Rust/Cargo - package-ecosystem: "cargo" @@ -25,24 +26,28 @@ updates: ignore: - dependency-name: "*" update-types: ["version-update:semver-patch"] + open-pull-requests-limit: 0 # Elixir/Mix - package-ecosystem: "mix" directory: "/" schedule: interval: "weekly" + open-pull-requests-limit: 3 # Node.js/npm - package-ecosystem: "npm" directory: "/" schedule: interval: "weekly" + open-pull-requests-limit: 3 # Python/pip - package-ecosystem: "pip" directory: "/" schedule: interval: "weekly" + open-pull-requests-limit: 3 # Nix flakes - package-ecosystem: "nix"