diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 2f80405..e41f265 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -8,6 +8,7 @@ updates: actions: patterns: - "*" + open-pull-requests-limit: 2 - package-ecosystem: "cargo" directory: "/" @@ -16,13 +17,16 @@ updates: ignore: - dependency-name: "*" update-types: ["version-update:semver-patch"] + open-pull-requests-limit: 0 - package-ecosystem: "npm" directory: "/" schedule: interval: "daily" + open-pull-requests-limit: 3 - package-ecosystem: "pip" directory: "/" schedule: interval: "daily" + open-pull-requests-limit: 3