mirror of
https://github.com/agentscope-ai/ReMe.git
synced 2026-09-14 23:21:04 +00:00
35 lines
764 B
YAML
35 lines
764 B
YAML
version: 2
|
|
updates:
|
|
- package-ecosystem: "github-actions"
|
|
directory: "/"
|
|
target-branch: "main"
|
|
schedule:
|
|
interval: "weekly"
|
|
day: "monday"
|
|
time: "09:30"
|
|
timezone: "Asia/Shanghai"
|
|
groups:
|
|
codeql:
|
|
patterns:
|
|
- "github/codeql-action/*"
|
|
open-pull-requests-limit: 5
|
|
commit-message:
|
|
prefix: "chore"
|
|
include: "scope"
|
|
|
|
- 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"
|