13 lines
262 B
YAML
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"
|