From a348916b58d9c9a3027d81ed7ae15e858ba86840 Mon Sep 17 00:00:00 2001 From: mini2024 Date: Tue, 25 Mar 2025 23:09:46 +0800 Subject: [PATCH] =?UTF-8?q?=E6=96=B0=E5=A2=9E=20Renovate=20=E9=85=8D?= =?UTF-8?q?=E7=BD=AE=E6=96=87=E4=BB=B6=E5=B9=B6=E6=9B=B4=E6=96=B0=20defaul?= =?UTF-8?q?t.json5=20=E4=B8=AD=20Node.js=20=E7=89=88=E6=9C=AC=E6=8F=8F?= =?UTF-8?q?=E8=BF=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- renovate.json5 => .github/renovate.json5 | 6 ++++-- default.json5 | 2 +- 2 files changed, 5 insertions(+), 3 deletions(-) rename renovate.json5 => .github/renovate.json5 (87%) 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",