diff --git a/renovate.json5 b/.github/renovate.json5 similarity index 87% rename from renovate.json5 rename to .github/renovate.json5 index d7970c4..5cd9e2a 100644 --- a/renovate.json5 +++ b/.github/renovate.json5 @@ -5,5 +5,7 @@ ":automergeAll", // ":automergeMinor", ":disableDependencyDashboard" // https://docs.renovatebot.com/presets-default/#disabledependencydashboard - ] -} + ], + "ignoreDeps": [], + "ignorePaths": [] +} \ No newline at end of file diff --git a/default.json5 b/default.json5 index 02709b6..ed5a723 100644 --- a/default.json5 +++ b/default.json5 @@ -87,7 +87,7 @@ }, { "customType": "regex", - "description": "Update Node.js version configured in `.npmrc`. match `use-node-version=22.9.0`", + "description": "更新 .npmrc 中配置的 Node.js 版本。匹配 use-node-version=22.9.0", "fileMatch": [ "^\\.npmrc$" , "^default\\.json5$" ], "matchStrings": [ "use-node-version=(?.*?)\\s" ], "datasourceTemplate": "node",