Files
blog/renovate.json
2026-02-22 11:40:43 +00:00

15 lines
240 B
JSON

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