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: