From 64d6ac9814e5efce09cd7dbd6426bca46544ce7e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E4=B8=A5=E6=B5=A9?= Date: Mon, 14 Oct 2024 10:59:23 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=E5=9C=A8=20renovate.json=20=E4=B8=AD?= =?UTF-8?q?=E6=B7=BB=E5=8A=A0=20packageRules=20=E4=BB=A5=E8=AE=BE=E7=BD=AE?= =?UTF-8?q?=E6=9C=80=E5=B0=8F=E5=8F=91=E5=B8=83=E5=B9=B4=E9=BE=84?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- renovate.json | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/renovate.json b/renovate.json index ea862ba..87e8653 100644 --- a/renovate.json +++ b/renovate.json @@ -4,5 +4,8 @@ "https://git.1-h.cc/examples/renovate-example/raw/branch/main/default.json5", ":automergeAll" ], - "dependencyDashboard": false + "dependencyDashboard": false, + "packageRules": [ + { "minimumReleaseAge": "1 days", "matchPackageNames": [ "*" ] } + ] } \ No newline at end of file