From 018f5dc32ac5182991d199e5ce2fa006c4bad287 Mon Sep 17 00:00:00 2001 From: David Christofas Date: Tue, 2 Feb 2021 11:16:59 +0100 Subject: [PATCH] lower the open pull request limit for dependabot --- .github/dependabot.yml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index d97f1c95f..6518e79d8 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -4,29 +4,29 @@ updates: directory: "/ocis" schedule: interval: "weekly" - open-pull-requests-limit: 10 + open-pull-requests-limit: 2 - package-ecosystem: "npm" directory: "/accounts" schedule: interval: "weekly" - open-pull-requests-limit: 10 + open-pull-requests-limit: 2 - package-ecosystem: "npm" directory: "/settings" schedule: interval: "weekly" - open-pull-requests-limit: 10 + open-pull-requests-limit: 2 - package-ecosystem: "npm" directory: "/onlyoffice" schedule: interval: "weekly" - open-pull-requests-limit: 10 + open-pull-requests-limit: 2 - package-ecosystem: "npm" directory: "/idp" schedule: interval: "weekly" - open-pull-requests-limit: 10 + open-pull-requests-limit: 2