diff options
| author | syuilo <Syuilotan@yahoo.co.jp> | 2023-08-10 10:54:23 +0900 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-08-10 10:54:23 +0900 |
| commit | 29278bd4001bcd4ba35e482dba7a8aa278c15bdd (patch) | |
| tree | 4b50d7f50a8cb4d2fe949d46f5460ca4bb75c1ea /.github | |
| parent | use node 20.5.0 (diff) | |
| download | sharkey-29278bd4001bcd4ba35e482dba7a8aa278c15bdd.tar.gz sharkey-29278bd4001bcd4ba35e482dba7a8aa278c15bdd.tar.bz2 sharkey-29278bd4001bcd4ba35e482dba7a8aa278c15bdd.zip | |
Update dependabot.yml
Diffstat (limited to '.github')
| -rw-r--r-- | .github/dependabot.yml | 10 |
1 files 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 |