mirror of
https://github.com/agentscope-ai/ReMe.git
synced 2026-09-17 23:51:19 +00:00
* ci(deps): automate AgentScope updates * fix(ci): enforce AgentScope release pin contract
18 lines
389 B
YAML
18 lines
389 B
YAML
version: 2
|
|
updates:
|
|
- package-ecosystem: "pip"
|
|
directory: "/"
|
|
target-branch: "main"
|
|
schedule:
|
|
interval: "cron"
|
|
cronjob: "30 9 * * *"
|
|
timezone: "Asia/Shanghai"
|
|
allow:
|
|
- dependency-name: "agentscope"
|
|
cooldown:
|
|
exclude:
|
|
- "agentscope"
|
|
open-pull-requests-limit: 1
|
|
commit-message:
|
|
prefix: "chore"
|
|
include: "scope"
|