mirror of
https://github.com/quine-global/hyper.git
synced 2026-01-12 20:18:41 -09:00
Dependabot: Increase PR limit
This commit is contained in:
parent
69cb76f024
commit
887242a36c
1 changed files with 2 additions and 2 deletions
4
.github/dependabot.yml
vendored
4
.github/dependabot.yml
vendored
|
|
@ -5,7 +5,7 @@ updates:
|
||||||
schedule:
|
schedule:
|
||||||
interval: weekly
|
interval: weekly
|
||||||
time: '11:00'
|
time: '11:00'
|
||||||
open-pull-requests-limit: 10
|
open-pull-requests-limit: 20
|
||||||
target-branch: canary
|
target-branch: canary
|
||||||
ignore:
|
ignore:
|
||||||
- dependency-name: "@types/node"
|
- dependency-name: "@types/node"
|
||||||
|
|
@ -19,5 +19,5 @@ updates:
|
||||||
schedule:
|
schedule:
|
||||||
interval: weekly
|
interval: weekly
|
||||||
time: '11:00'
|
time: '11:00'
|
||||||
open-pull-requests-limit: 10
|
open-pull-requests-limit: 20
|
||||||
target-branch: canary
|
target-branch: canary
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue