From b13b6d606a73d12bc1d10a21ffd0200c1a7274e9 Mon Sep 17 00:00:00 2001 From: Nicolas Meienberger Date: Thu, 7 May 2026 08:48:01 +0200 Subject: [PATCH] chore(renovate): disable minimumRelease age for gh actions --- .github/renovate.json | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/.github/renovate.json b/.github/renovate.json index b876f086..eb1bbcae 100644 --- a/.github/renovate.json +++ b/.github/renovate.json @@ -3,8 +3,12 @@ "extends": ["config:recommended", "helpers:pinGitHubActionDigests"], "enabledManagers": ["bun", "github-actions"], "minimumReleaseAge": "1 day", - "rangeStrategy": "bump", "packageRules": [ + { + "matchManagers": ["github-actions"], + "matchUpdateTypes": ["digest", "pinDigest"], + "minimumReleaseAge": null + }, { "matchManagers": ["bun"], "matchUpdateTypes": ["minor", "patch"],