From dcc88c6c2691291de89802bdabb22ff9476f4ace Mon Sep 17 00:00:00 2001 From: "Jonathan D.A. Jewell" <6759885+hyperpolymath@users.noreply.github.com> Date: Wed, 9 Sep 2026 00:12:52 +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 --- frontier-practices/.github/dependabot.yml | 1 + playground/hives/me/.github/dependabot.yml | 2 ++ 2 files changed, 3 insertions(+) diff --git a/frontier-practices/.github/dependabot.yml b/frontier-practices/.github/dependabot.yml index cca6d0d..bf5c702 100644 --- a/frontier-practices/.github/dependabot.yml +++ b/frontier-practices/.github/dependabot.yml @@ -11,6 +11,7 @@ updates: actions: patterns: - "*" + open-pull-requests-limit: 2 - package-ecosystem: "nix" directory: "/" schedule: diff --git a/playground/hives/me/.github/dependabot.yml b/playground/hives/me/.github/dependabot.yml index b97f4f0..11e9bb1 100644 --- a/playground/hives/me/.github/dependabot.yml +++ b/playground/hives/me/.github/dependabot.yml @@ -10,6 +10,7 @@ updates: ignore: - dependency-name: "*" update-types: ["version-update:semver-patch"] + open-pull-requests-limit: 0 - package-ecosystem: "github-actions" directory: "/" schedule: @@ -18,6 +19,7 @@ updates: actions: patterns: - "*" + open-pull-requests-limit: 2 - package-ecosystem: "nix" directory: "/" schedule: