From 438df7f741a0f380f48fef8e489dcc5c96e0cf99 Mon Sep 17 00:00:00 2001 From: Fischer Date: Tue, 16 Jun 2026 02:06:03 -0500 Subject: [PATCH] chore(renovate): speed up safe automerge --- default.json | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/default.json b/default.json index 741e6c4..21cc284 100644 --- a/default.json +++ b/default.json @@ -9,7 +9,7 @@ "docker:enableMajor", ":rebaseStalePrs" ], - "minimumReleaseAge": "3 days", + "minimumReleaseAge": "12 hours", "prHourlyLimit": 0, "prConcurrentLimit": 10, "rebaseWhen": "behind-base-branch", @@ -23,7 +23,7 @@ "osvVulnerabilityAlerts": true, "packageRules": [ { - "description": "Auto-merge non-major updates once CI is green and stability delay clears.", + "description": "Auto-merge non-major updates once CI is green and the short stability delay clears.", "matchUpdateTypes": ["minor", "patch", "pin", "digest"], "automerge": true, "automergeType": "pr", @@ -45,6 +45,7 @@ { "description": "Bundle all GitHub Actions updates into one PR.", "matchManagers": ["github-actions"], + "matchUpdateTypes": ["minor", "patch", "pin", "digest"], "groupName": "github-actions" }, {