mirror of
https://github.com/CherryHQ/cherry-studio.git
synced 2025-12-19 06:30:10 +08:00
18 lines
343 B
YAML
18 lines
343 B
YAML
version: 2
|
|
updates:
|
|
- package-ecosystem: 'github-actions'
|
|
directory: '/'
|
|
schedule:
|
|
interval: 'monthly'
|
|
open-pull-requests-limit: 3
|
|
commit-message:
|
|
prefix: 'ci'
|
|
include: 'scope'
|
|
groups:
|
|
github-actions:
|
|
patterns:
|
|
- '*'
|
|
update-types:
|
|
- 'minor'
|
|
- 'patch'
|