Compare commits

..

1 commit

Author SHA1 Message Date
1c0c43934d chore(deps): add renovate.json
Some checks are pending
CI / 代码检查和类型检查 (pull_request) Waiting to run
CI / 构建应用 (pull_request) Blocked by required conditions
CI / 安全扫描 (pull_request) Waiting to run
Build and Package / 构建并推送 Docker 镜像 (pull_request) Waiting to run
2026-02-21 12:12:46 +00:00

9
renovate.json Normal file
View file

@ -0,0 +1,9 @@
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": [
"config:recommended",
":semanticCommits",
":automergeMinor",
"schedule:weekly"
]
}