mirror of
https://github.com/pbakaus/impeccable.git
synced 2026-09-11 21:57:14 +03:00
35 lines
706 B
YAML
35 lines
706 B
YAML
version: 2
|
|
|
|
updates:
|
|
- package-ecosystem: "bun"
|
|
directory: "/"
|
|
schedule:
|
|
interval: "weekly"
|
|
day: "monday"
|
|
time: "09:00"
|
|
timezone: "America/Los_Angeles"
|
|
open-pull-requests-limit: 5
|
|
groups:
|
|
bun-minor-and-patch:
|
|
patterns:
|
|
- "*"
|
|
update-types:
|
|
- "minor"
|
|
- "patch"
|
|
exclude-paths:
|
|
- "demos/**"
|
|
- "tests/framework-fixtures/**"
|
|
|
|
- package-ecosystem: "github-actions"
|
|
directory: "/"
|
|
schedule:
|
|
interval: "weekly"
|
|
day: "monday"
|
|
time: "09:30"
|
|
timezone: "America/Los_Angeles"
|
|
open-pull-requests-limit: 3
|
|
groups:
|
|
github-actions:
|
|
patterns:
|
|
- "*"
|