mirror of
https://github.com/Awuqing/BackupX.git
synced 2026-08-28 19:47:27 +08:00
87 lines
1.7 KiB
YAML
87 lines
1.7 KiB
YAML
version: 2
|
|
|
|
updates:
|
|
- package-ecosystem: github-actions
|
|
directory: /
|
|
schedule:
|
|
interval: weekly
|
|
day: monday
|
|
time: "03:00"
|
|
timezone: Asia/Shanghai
|
|
open-pull-requests-limit: 5
|
|
commit-message:
|
|
prefix: chore(deps)
|
|
groups:
|
|
github-actions:
|
|
patterns:
|
|
- "*"
|
|
|
|
- package-ecosystem: gomod
|
|
directory: /server
|
|
schedule:
|
|
interval: weekly
|
|
day: monday
|
|
time: "03:10"
|
|
timezone: Asia/Shanghai
|
|
open-pull-requests-limit: 5
|
|
commit-message:
|
|
prefix: chore(deps)
|
|
groups:
|
|
go-minor-and-patch:
|
|
patterns:
|
|
- "*"
|
|
update-types:
|
|
- minor
|
|
- patch
|
|
|
|
- package-ecosystem: npm
|
|
directory: /web
|
|
schedule:
|
|
interval: weekly
|
|
day: monday
|
|
time: "03:20"
|
|
timezone: Asia/Shanghai
|
|
open-pull-requests-limit: 5
|
|
commit-message:
|
|
prefix: chore(deps)
|
|
groups:
|
|
web-minor-and-patch:
|
|
patterns:
|
|
- "*"
|
|
update-types:
|
|
- minor
|
|
- patch
|
|
|
|
- package-ecosystem: npm
|
|
directory: /docs-site
|
|
schedule:
|
|
interval: weekly
|
|
day: monday
|
|
time: "03:30"
|
|
timezone: Asia/Shanghai
|
|
open-pull-requests-limit: 5
|
|
commit-message:
|
|
prefix: chore(deps)
|
|
groups:
|
|
docs-minor-and-patch:
|
|
patterns:
|
|
- "*"
|
|
update-types:
|
|
- minor
|
|
- patch
|
|
|
|
- package-ecosystem: docker
|
|
directory: /
|
|
schedule:
|
|
interval: weekly
|
|
day: monday
|
|
time: "03:40"
|
|
timezone: Asia/Shanghai
|
|
open-pull-requests-limit: 5
|
|
commit-message:
|
|
prefix: chore(deps)
|
|
groups:
|
|
container-images:
|
|
patterns:
|
|
- "*"
|