diff --git a/renovate.json b/renovate.json new file mode 100644 index 0000000..4087376 --- /dev/null +++ b/renovate.json @@ -0,0 +1,12 @@ +{ + "$schema": "https://docs.renovatebot.com/renovate-schema.json", + "extends": [ + "config:base" + ], + "timezone": "Asia/Shanghai", + "enabledManagers": ["npm"], + "ignorePaths": [ + "themes/**", + ".gitea/**" + ] +} \ No newline at end of file