mirror of
https://github.com/vercel/hyper.git
synced 2026-03-27 04:31:46 +00:00
26 lines
542 B
YAML
26 lines
542 B
YAML
version: 2
|
|
updates:
|
|
- package-ecosystem: npm
|
|
directory: "/"
|
|
schedule:
|
|
interval: weekly
|
|
time: '11:00'
|
|
open-pull-requests-limit: 30
|
|
target-branch: canary
|
|
versioning-strategy: increase
|
|
- package-ecosystem: npm
|
|
directory: "/app"
|
|
schedule:
|
|
interval: weekly
|
|
time: '11:00'
|
|
open-pull-requests-limit: 30
|
|
target-branch: canary
|
|
versioning-strategy: increase
|
|
- package-ecosystem: github-actions
|
|
directory: "/"
|
|
schedule:
|
|
interval: weekly
|
|
time: '11:00'
|
|
open-pull-requests-limit: 30
|
|
target-branch: canary
|