From 29278bd4001bcd4ba35e482dba7a8aa278c15bdd Mon Sep 17 00:00:00 2001 From: syuilo Date: Thu, 10 Aug 2023 10:54:23 +0900 Subject: [PATCH] Update dependabot.yml --- .github/dependabot.yml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index e878e5836a..e2836deaae 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -9,24 +9,24 @@ updates: directory: "/" schedule: interval: daily - open-pull-requests-limit: 0 + open-pull-requests-limit: 10 - package-ecosystem: npm directory: "/" schedule: interval: daily - open-pull-requests-limit: 0 + open-pull-requests-limit: 10 - package-ecosystem: npm directory: "/packages/backend" schedule: interval: daily - open-pull-requests-limit: 0 + open-pull-requests-limit: 10 - package-ecosystem: npm directory: "/packages/frontend" schedule: interval: daily - open-pull-requests-limit: 0 + open-pull-requests-limit: 10 - package-ecosystem: npm directory: "/packages/sw" schedule: interval: daily - open-pull-requests-limit: 0 + open-pull-requests-limit: 10