From 2bb5e3b89f253af9c7c4b717dd31babb68b2ed53 Mon Sep 17 00:00:00 2001 From: oriontvv Date: Sun, 23 Apr 2023 21:12:34 +0300 Subject: [PATCH] add open-pull-requests-limit --- .github/dependabot.yml | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 762d78ad2..1a54090f0 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -4,11 +4,9 @@ updates: directory: "/" schedule: interval: "monthly" - - package-ecosystem: "docker" - directory: "/" - schedule: - interval: "monthly" + open-pull-requests-limit: 10 - package-ecosystem: "github-actions" directory: "/" schedule: interval: "monthly" + open-pull-requests-limit: 10