Files
blog/renovate.json
biss 7c45e5f3cd
All checks were successful
自动部署 / deploy (push) Successful in 1m52s
更新 renovate.json
2026-04-01 21:25:49 +08:00

19 lines
347 B
JSON

{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": [
"config:recommended"
],
"timezone": "Asia/Shanghai",
"enabledManagers": [
"npm"
],
"ignorePaths": [
"themes/**",
".gitea/**"
],
"rangeStrategy": "bump",
"prHourlyLimit": 0,
"prConcurrentLimit": 0,
"dependencyDashboard": false
}