This is an automated email from the ASF dual-hosted git repository.

bossenti pushed a commit to branch chore/configure-dependabot
in repository https://gitbox.apache.org/repos/asf/streampipes.git

commit 07cac093cc95bfe655a4cd93d0040841936c1dbf
Author: bossenti <[email protected]>
AuthorDate: Wed Jan 11 21:37:43 2023 +0100

    restrict appearance of dependabot PRs
---
 .github/dependabot.yml | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/.github/dependabot.yml b/.github/dependabot.yml
index 409d9db14..d1a64c029 100644
--- a/.github/dependabot.yml
+++ b/.github/dependabot.yml
@@ -22,6 +22,7 @@ updates:
     ignore:
       - dependency-name: "*"
         update-types: [ "version-update:semver-patch" ]
+    open-pull-requests-limit: 2
   - package-ecosystem: "npm"
     directory: "/ui"
     schedule:
@@ -29,6 +30,7 @@ updates:
     ignore:
       - dependency-name: "*"
         update-types: ["version-update:semver-patch"]
+    open-pull-requests-limit: 1
   - package-ecosystem: "npm"
     directory: "/ui/projects/streampipes/platform-services"
     schedule:
@@ -36,6 +38,7 @@ updates:
     ignore:
       - dependency-name: "*"
         update-types: ["version-update:semver-patch"]
+    open-pull-requests-limit: 1
   - package-ecosystem: "npm"
     directory: "/ui/projects/streampipes/shared-ui"
     schedule:
@@ -43,6 +46,7 @@ updates:
     ignore:
       - dependency-name: "*"
         update-types: ["version-update:semver-patch"]
+    open-pull-requests-limit: 1
   - package-ecosystem: "pip"
     directory: "/streampipes-client-python"
     schedule:

Reply via email to