From 5ef514674ecdd999cae905ed888185b5e9da8a6c Mon Sep 17 00:00:00 2001 From: Nir Cohen Date: Sun, 14 Mar 2021 16:00:52 +0200 Subject: [PATCH] TECH: Update dependabot PR limit --- .github/dependabot.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 5082e5d..7fff0f1 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -3,7 +3,7 @@ updates: - package-ecosystem: pip directory: "/" schedule: - interval: daily - open-pull-requests-limit: 10 + interval: weekly + open-pull-requests-limit: 2 pull-request-branch-name: separator: '-'