mirror of
https://github.com/langchain-ai/deepagentsjs.git
synced 2026-07-23 04:45:27 -04:00
5b911d9c8b
* feat: catch up with Python * add example * feat: add SDK Skills + Memory System Port SDK Skills and Agent Memory features from Python PR 646. * add example * refactor: colocate tests with implementations and add mode-based test runner * run integration tests in CI * fix prettier issues in Windows * fix globbing * fix linting * add dependabot file * merge unit test workflow into ci * pin and update CI * increase timeout
36 lines
797 B
YAML
36 lines
797 B
YAML
version: 2
|
|
updates:
|
|
- package-ecosystem: npm
|
|
directory: "/"
|
|
schedule:
|
|
interval: weekly
|
|
time: "11:00"
|
|
open-pull-requests-limit: 10
|
|
versioning-strategy: increase-if-necessary
|
|
groups:
|
|
patch-deps-updates-main:
|
|
update-types:
|
|
- "patch"
|
|
minor-deps-updates-main:
|
|
update-types:
|
|
- "minor"
|
|
major-deps-updates-main:
|
|
update-types:
|
|
- "major"
|
|
- package-ecosystem: github-actions
|
|
directory: "/"
|
|
schedule:
|
|
interval: weekly
|
|
time: "11:00"
|
|
open-pull-requests-limit: 10
|
|
groups:
|
|
patch-deps-updates:
|
|
update-types:
|
|
- "patch"
|
|
minor-deps-updates:
|
|
update-types:
|
|
- "minor"
|
|
major-deps-updates:
|
|
update-types:
|
|
- "major"
|