Configure Renovate #1

Merged
biss merged 2 commits from renovate/configure into master 2026-02-22 19:36:58 +08:00
Showing only changes of commit 1be6eba844 - Show all commits

View File

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