diff --git a/renovate.json b/renovate.json index 4087376..49db446 100644 --- a/renovate.json +++ b/renovate.json @@ -1,12 +1,14 @@ { - "$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 + "$schema": "https://docs.renovatebot.com/renovate-schema.json", + "extends": [ + "config:recommended" + ], + "timezone": "Asia/Shanghai", + "enabledManagers": [ + "npm" + ], + "ignorePaths": [ + "themes/**", + ".gitea/**" + ] +}