From b8ae7edcec49565839e6b23170e48da1f16e7bc7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E3=81=8B=E3=81=A3=E3=81=93=E3=81=8B=E3=82=8A?= <67428053+kakkokari-gtyih@users.noreply.github.com> Date: Sun, 28 Sep 2025 18:28:37 +0900 Subject: [PATCH] fix(gh): add minimumReleaseAge settings to renovate [ci skip] --- renovate.json5 | 1 + 1 file changed, 1 insertion(+) diff --git a/renovate.json5 b/renovate.json5 index faafae92c7..c23a7085de 100644 --- a/renovate.json5 +++ b/renovate.json5 @@ -15,6 +15,7 @@ dependencyDashboardAutoclose: true, osvVulnerabilityAlerts: true, dependencyDashboardOSVVulnerabilitySummary: 'unresolved', + minimumReleaseAge: '7 days', ignoreDeps: [ // https://github.com/misskey-dev/misskey/pull/15489#issuecomment-2660717458 '@typescript/lib-webworker',