diff options
| author | Kagami Sascha Rosylight <saschanaz@outlook.com> | 2024-01-06 13:33:56 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-01-06 13:33:56 +0100 |
| commit | 9eae82de1d4f9157602451e26e734c8f4ae94bea (patch) | |
| tree | f2d41181837937184452f2005746181c720a1d10 /.github | |
| parent | feat(frontend): add new game (diff) | |
| download | misskey-9eae82de1d4f9157602451e26e734c8f4ae94bea.tar.gz misskey-9eae82de1d4f9157602451e26e734c8f4ae94bea.tar.bz2 misskey-9eae82de1d4f9157602451e26e734c8f4ae94bea.zip | |
chore(dependabot) open-pull-requests-limit=10?
Somehow it's not opening any PR, so try higher count
Diffstat (limited to '.github')
| -rw-r--r-- | .github/dependabot.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/dependabot.yml b/.github/dependabot.yml index c5755315fc..d4678ec5e0 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -17,7 +17,7 @@ updates: directory: "/" schedule: interval: daily - open-pull-requests-limit: 5 + open-pull-requests-limit: 10 # List dependencies required to be updated together, sharing the same version numbers. # Those who simply have the common owner (e.g. @fastify) don't need to be listed. groups: |