From 827616f63094997bd44458b8c072a50da176af32 Mon Sep 17 00:00:00 2001 From: syuilo Date: Thu, 10 Aug 2023 11:01:31 +0900 Subject: [PATCH] Update dependabot.yml --- .github/dependabot.yml | 15 ++++++++++----- 1 file changed, 10 insertions(+), 5 deletions(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index e2836deaae..510a0719ec 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -9,24 +9,29 @@ updates: directory: "/" schedule: interval: daily - open-pull-requests-limit: 10 + open-pull-requests-limit: 100 - package-ecosystem: npm directory: "/" schedule: interval: daily - open-pull-requests-limit: 10 + open-pull-requests-limit: 100 - package-ecosystem: npm directory: "/packages/backend" schedule: interval: daily - open-pull-requests-limit: 10 + open-pull-requests-limit: 100 - package-ecosystem: npm directory: "/packages/frontend" schedule: interval: daily - open-pull-requests-limit: 10 + open-pull-requests-limit: 100 - package-ecosystem: npm directory: "/packages/sw" schedule: interval: daily - open-pull-requests-limit: 10 + open-pull-requests-limit: 100 +- package-ecosystem: npm + directory: "/packages/misskey-js" + schedule: + interval: daily + open-pull-requests-limit: 100