From 0ce1a595ba86c23782ab24314dbb7639b24c8684 Mon Sep 17 00:00:00 2001 From: Mikhail Privalov Date: Tue, 27 Sep 2022 05:22:04 +0300 Subject: [PATCH] fix deps --- .github/dependabot.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index d6ad428be4..4bf2bb6673 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -4,8 +4,8 @@ updates: directory: "/" schedule: interval: daily - time: "02:00" - open-pull-requests-limit: 10 + time: "02:30" + open-pull-requests-limit: 20 target-branch: develop ignore: - dependency-name: pyvirtualdisplay @@ -15,8 +15,8 @@ updates: directory: "/l2-frontend" schedule: interval: daily - time: "02:00" - open-pull-requests-limit: 10 + time: "02:30" + open-pull-requests-limit: 20 target-branch: develop ignore: - dependency-name: sass-loader