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 +}