From 5866592f50223004c8e1fdf3a135abfc98cc46a9 Mon Sep 17 00:00:00 2001 From: codl Date: Tue, 9 Mar 2021 01:12:22 +0100 Subject: [PATCH] update dependabot settings --- .github/dependabot.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index c4bae3d..b049b41 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -3,14 +3,14 @@ updates: - package-ecosystem: pip directory: "/" schedule: - interval: monthly - open-pull-requests-limit: 3 + interval: daily + open-pull-requests-limit: 5 assignees: - codl - package-ecosystem: npm directory: "/" schedule: - interval: monthly - open-pull-requests-limit: 3 + interval: daily + open-pull-requests-limit: 5 assignees: - codl