mirror of
https://github.com/quine-global/hyper.git
synced 2026-01-12 20:18:41 -09:00
39 lines
808 B
YAML
39 lines
808 B
YAML
version: 2
|
|
updates:
|
|
- package-ecosystem: npm
|
|
directory: "/"
|
|
schedule:
|
|
interval: weekly
|
|
time: '11:00'
|
|
target-branch: canary
|
|
versioning-strategy: increase
|
|
commit-message:
|
|
prefix: "chore(deps-dev):"
|
|
groups:
|
|
minorAndPatch:
|
|
update-types:
|
|
- "minor"
|
|
- "patch"
|
|
open-pull-requests-limit: 100
|
|
- package-ecosystem: npm
|
|
directory: "/app"
|
|
schedule:
|
|
interval: weekly
|
|
time: '11:00'
|
|
target-branch: canary
|
|
versioning-strategy: increase
|
|
commit-message:
|
|
prefix: "chore(deps):"
|
|
groups:
|
|
minorAndPatch:
|
|
update-types:
|
|
- "minor"
|
|
- "patch"
|
|
open-pull-requests-limit: 100
|
|
- package-ecosystem: github-actions
|
|
directory: "/"
|
|
schedule:
|
|
interval: weekly
|
|
time: '11:00'
|
|
open-pull-requests-limit: 30
|
|
target-branch: canary
|