mirror of
https://github.com/langchain-ai/deepagentsjs.git
synced 2026-07-20 19:40:28 -04:00
46 lines
963 B
YAML
46 lines
963 B
YAML
version: 2
|
|
updates:
|
|
- package-ecosystem: npm
|
|
directory: "/"
|
|
schedule:
|
|
interval: monthly
|
|
open-pull-requests-limit: 10
|
|
versioning-strategy: increase-if-necessary
|
|
groups:
|
|
patch-deps-updates-main:
|
|
patterns:
|
|
- "*"
|
|
update-types:
|
|
- "patch"
|
|
minor-deps-updates-main:
|
|
patterns:
|
|
- "*"
|
|
update-types:
|
|
- "minor"
|
|
major-deps-updates-main:
|
|
patterns:
|
|
- "*"
|
|
update-types:
|
|
- "major"
|
|
- package-ecosystem: github-actions
|
|
directory: "/"
|
|
schedule:
|
|
interval: monthly
|
|
open-pull-requests-limit: 10
|
|
groups:
|
|
patch-deps-updates:
|
|
patterns:
|
|
- "*"
|
|
update-types:
|
|
- "patch"
|
|
minor-deps-updates:
|
|
patterns:
|
|
- "*"
|
|
update-types:
|
|
- "minor"
|
|
major-deps-updates:
|
|
patterns:
|
|
- "*"
|
|
update-types:
|
|
- "major"
|