diff options
| author | syuilo <Syuilotan@yahoo.co.jp> | 2023-08-10 11:01:31 +0900 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-08-10 11:01:31 +0900 |
| commit | 827616f63094997bd44458b8c072a50da176af32 (patch) | |
| tree | e9bb62c2a95e37537128cf9f908c3994c888f111 /.github | |
| parent | Update dependabot.yml (diff) | |
| download | sharkey-827616f63094997bd44458b8c072a50da176af32.tar.gz sharkey-827616f63094997bd44458b8c072a50da176af32.tar.bz2 sharkey-827616f63094997bd44458b8c072a50da176af32.zip | |
Update dependabot.yml
Diffstat (limited to '.github')
| -rw-r--r-- | .github/dependabot.yml | 15 |
1 files 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 |