From b6d021aefc8695c92008532ffe297e57c349ba1e Mon Sep 17 00:00:00 2001 From: Joris Wouter Jonkers Date: Fri, 18 Sep 2026 13:49:13 +0200 Subject: [PATCH] ci(renovate): the blueshell clients update without waiting out the cooldown --- renovate.json | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/renovate.json b/renovate.json index 532e70ff6..fcf039926 100644 --- a/renovate.json +++ b/renovate.json @@ -200,10 +200,12 @@ "enabled": false }, { + "description": "The clients are ours, and they already hold their own dependencies for the cooldown period. A release of theirs carries an API change the site needs at once, so it waits for nothing.", "matchDepTypes": [ "first-party-client" ], - "groupName": "blueshell generated clients" + "groupName": "blueshell generated clients", + "minimumReleaseAge": null } ] }