mirror of
https://github.com/quine-global/hyper.git
synced 2026-01-12 20:18:41 -09:00
Allow 100 open pull requests
This commit is contained in:
parent
31820708b1
commit
279e61c268
1 changed files with 2 additions and 0 deletions
2
.github/dependabot.yml
vendored
2
.github/dependabot.yml
vendored
|
|
@ -14,6 +14,7 @@ updates:
|
||||||
update-types:
|
update-types:
|
||||||
- "minor"
|
- "minor"
|
||||||
- "patch"
|
- "patch"
|
||||||
|
open-pull-requests-limit: 100
|
||||||
- package-ecosystem: npm
|
- package-ecosystem: npm
|
||||||
directory: "/app"
|
directory: "/app"
|
||||||
schedule:
|
schedule:
|
||||||
|
|
@ -28,6 +29,7 @@ updates:
|
||||||
update-types:
|
update-types:
|
||||||
- "minor"
|
- "minor"
|
||||||
- "patch"
|
- "patch"
|
||||||
|
open-pull-requests-limit: 100
|
||||||
- package-ecosystem: github-actions
|
- package-ecosystem: github-actions
|
||||||
directory: "/"
|
directory: "/"
|
||||||
schedule:
|
schedule:
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue