diff --git a/.github/dependabot.yml b/.github/dependabot.yml index b00bfd0..49ebfe5 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -8,3 +8,4 @@ updates: actions: patterns: - "*" + open-pull-requests-limit: 2 diff --git a/nesy/.github/dependabot.yml b/nesy/.github/dependabot.yml index 83724c1..8821698 100644 --- a/nesy/.github/dependabot.yml +++ b/nesy/.github/dependabot.yml @@ -9,7 +9,9 @@ updates: actions: patterns: - "*" + open-pull-requests-limit: 2 - package-ecosystem: "npm" directory: "/" schedule: interval: "weekly" + open-pull-requests-limit: 3 diff --git a/rescript-templater/.github/dependabot.yml b/rescript-templater/.github/dependabot.yml index 5145419..b41b7b8 100644 --- a/rescript-templater/.github/dependabot.yml +++ b/rescript-templater/.github/dependabot.yml @@ -9,6 +9,7 @@ updates: actions: patterns: - "*" + open-pull-requests-limit: 2 - package-ecosystem: "nix" directory: "/" schedule: diff --git a/voyant-export/.github/dependabot.yml b/voyant-export/.github/dependabot.yml index 83724c1..8821698 100644 --- a/voyant-export/.github/dependabot.yml +++ b/voyant-export/.github/dependabot.yml @@ -9,7 +9,9 @@ updates: actions: patterns: - "*" + open-pull-requests-limit: 2 - package-ecosystem: "npm" directory: "/" schedule: interval: "weekly" + open-pull-requests-limit: 3 diff --git a/zoterho-template/.github/dependabot.yml b/zoterho-template/.github/dependabot.yml index 72c2097..89c0c47 100644 --- a/zoterho-template/.github/dependabot.yml +++ b/zoterho-template/.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: "weekly" + open-pull-requests-limit: 3 - package-ecosystem: "pip" directory: "/" schedule: interval: "weekly" + open-pull-requests-limit: 3 diff --git a/zotpress/.github/dependabot.yml b/zotpress/.github/dependabot.yml index 76e2dab..bc5318d 100644 --- a/zotpress/.github/dependabot.yml +++ b/zotpress/.github/dependabot.yml @@ -13,7 +13,9 @@ updates: actions: patterns: - "*" + open-pull-requests-limit: 2 - package-ecosystem: "npm" directory: "/" schedule: interval: "weekly" + open-pull-requests-limit: 3