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