From 812874245443b4736042882ce92a051263f1db68 Mon Sep 17 00:00:00 2001 From: "gitea_1-h.cc" Date: Sun, 20 Apr 2025 14:13:22 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=20renovate.json?= 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 b67851d..d7ae270 100644 --- a/renovate.json +++ b/renovate.json @@ -2,5 +2,8 @@ "$schema": "https://docs.renovatebot.com/renovate-schema.json", "extends": [ "https://git.1-h.cc/examples/renovate-example/raw/branch/main/default.json5" + ], + "packageRules": [ + { "minimumReleaseAge": "1 days", "matchPackageNames": ["*"] } ] -} \ No newline at end of file +}