From 29278bd4001bcd4ba35e482dba7a8aa278c15bdd Mon Sep 17 00:00:00 2001 From: syuilo Date: Thu, 10 Aug 2023 10:54:23 +0900 Subject: [PATCH 1/2] 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 From 827616f63094997bd44458b8c072a50da176af32 Mon Sep 17 00:00:00 2001 From: syuilo Date: Thu, 10 Aug 2023 11:01:31 +0900 Subject: [PATCH 2/2] 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