mirror of
https://github.com/reworkd/AgentGPT.git
synced 2026-03-27 04:31:22 +00:00
20 lines
448 B
YAML
20 lines
448 B
YAML
# Please see the documentation for all configuration options:
|
|
# https://docs.github.com/github/administering-a-repository/configuration-options-for-dependency-updates
|
|
|
|
version: 2
|
|
updates:
|
|
- package-ecosystem: npm
|
|
directory: /cli
|
|
schedule:
|
|
interval: weekly
|
|
|
|
- package-ecosystem: npm
|
|
directory: /next
|
|
schedule:
|
|
interval: weekly
|
|
|
|
- package-ecosystem: pip
|
|
directory: /platform
|
|
schedule:
|
|
interval: weekly
|