mirror of
https://github.com/pdfme/pdfme.git
synced 2026-06-03 03:40:51 -04:00
24 lines
430 B
YAML
24 lines
430 B
YAML
version: 2
|
|
updates:
|
|
- package-ecosystem: "npm"
|
|
directories:
|
|
- "/"
|
|
- "/packages/*"
|
|
- "/playground"
|
|
- "/website"
|
|
schedule:
|
|
interval: "monthly"
|
|
cooldown:
|
|
default-days: 3
|
|
open-pull-requests-limit: 20
|
|
labels:
|
|
- "dependencies"
|
|
- "npm"
|
|
groups:
|
|
minor-and-patch:
|
|
patterns:
|
|
- "*"
|
|
update-types:
|
|
- "minor"
|
|
- "patch"
|