From 8e830c0d0620dbb75adc8bf3aa1984989ae74f25 Mon Sep 17 00:00:00 2001 From: castastrophe Date: Wed, 17 Sep 2025 13:39:51 -0400 Subject: [PATCH] chore: add minReleaseAge to renovate [SWC-1244] --- .github/renovate.json | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/renovate.json b/.github/renovate.json index 083fd4d82ba..2bdf0e4b8bb 100644 --- a/.github/renovate.json +++ b/.github/renovate.json @@ -10,6 +10,10 @@ "labels": ["dependencies", "skip_vrt", "ready-for-review"], "rangeStrategy": "bump", "packageRules": [ + { + "matchDatasources": ["npm"], + "minimumReleaseAge": "1 month" + }, { "matchUpdateTypes": ["major"], "matchBaseBranches": ["main"],