From f672a63ae72f88b3398e06f59f3a68281de12bed Mon Sep 17 00:00:00 2001 From: Earl Warren Date: Thu, 11 Apr 2024 10:59:40 +0200 Subject: [PATCH] [RENOVATE] bitnami/minio upgrades are rare It is used in the CI to verify the S3 backend works. It has no security or feature requirements and upgrading would only be required when a major version is published, which cannot be deduced from the version number. Making that upgrade available from the dashboard and dealt with when and if it gets the attention of a developer, even if once a year, is good enough. --- renovate.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/renovate.json b/renovate.json index 0be6ebaa37..100f322dcd 100644 --- a/renovate.json +++ b/renovate.json @@ -26,7 +26,7 @@ }, { "description": "Require dashboard approval for some deps", - "matchDepNames": ["github.com/go-ap/activitypub"], + "matchDepNames": ["github.com/go-ap/activitypub", "bitnami/minio"], "dependencyDashboardApproval": true }, {