Compare commits

...

3 Commits

12
renovate.json Normal file
View File

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