Files
2026-07-13 13:22:52 +08:00

13 lines
262 B
YAML

version: 2
updates:
- package-ecosystem: "npm"
directory: "/javascript/"
schedule:
interval: "monthly"
groups:
# Group all minor and patch updates in a single PR
js-minor:
update-types:
- "minor"
- "patch"