19 lines
347 B
JSON
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
|
|
}
|