mirror of
https://github.com/quine-global/hyper.git
synced 2026-01-13 04:28:41 -09:00
33 lines
650 B
YAML
33 lines
650 B
YAML
version: 2
|
|
updates:
|
|
- package-ecosystem: npm
|
|
directory: "/"
|
|
schedule:
|
|
interval: weekly
|
|
time: '11:00'
|
|
target-branch: canary
|
|
versioning-strategy: increase
|
|
groups:
|
|
minorAndPatch:
|
|
update-types:
|
|
- "minor"
|
|
- "patch"
|
|
- package-ecosystem: npm
|
|
directory: "/app"
|
|
schedule:
|
|
interval: weekly
|
|
time: '11:00'
|
|
target-branch: canary
|
|
versioning-strategy: increase
|
|
groups:
|
|
minorAndPatch:
|
|
update-types:
|
|
- "minor"
|
|
- "patch"
|
|
- package-ecosystem: github-actions
|
|
directory: "/"
|
|
schedule:
|
|
interval: weekly
|
|
time: '11:00'
|
|
open-pull-requests-limit: 30
|
|
target-branch: canary
|