From c4903f2a7814b96207b99253f06b851f0715b11c Mon Sep 17 00:00:00 2001 From: Alex Rudenko Date: Tue, 1 Mar 2022 09:49:15 +0100 Subject: [PATCH] chore: reduce number of automatic PRs (#8083) --- .github/dependabot.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 664e8251..67378900 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -4,9 +4,9 @@ updates: directory: / schedule: interval: daily - open-pull-requests-limit: 99 + open-pull-requests-limit: 3 - package-ecosystem: github-actions directory: '/' schedule: interval: daily - open-pull-requests-limit: 99 + open-pull-requests-limit: 2