15 lines
240 B
JSON
15 lines
240 B
JSON
{
|
|
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
|
|
"extends": [
|
|
"config:recommended"
|
|
],
|
|
"timezone": "Asia/Shanghai",
|
|
"enabledManagers": [
|
|
"npm"
|
|
],
|
|
"ignorePaths": [
|
|
"themes/**",
|
|
".gitea/**"
|
|
]
|
|
}
|