diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 5616761..77e6268 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -13,6 +13,7 @@ updates: actions: patterns: - "*" + open-pull-requests-limit: 2 # Rust/Cargo # @@ -37,18 +38,21 @@ updates: 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 # NOTE: Nix is banned estate-wide — Guix is the sole package manager. # Do not add a `nix` ecosystem here. Guix has no Dependabot ecosystem;