From 4a58445f31622237edbab6875c9b652203c40c3c Mon Sep 17 00:00:00 2001 From: Robin Lungwitz Date: Wed, 20 May 2026 14:43:20 +0200 Subject: [PATCH] chore: no `minimumReleaseAge` for leanix internal dependencies **WHY** Increase the rollout speed for internal changes. Internal dependencies are considered safe. **WHAT** - add github actions - move all packageRules controling `minimumReleaseAge` to security preset --- default.json | 5 ----- renovate-presets/security.json5 | 10 ++++++++++ 2 files changed, 10 insertions(+), 5 deletions(-) diff --git a/default.json b/default.json index e6d2957..4112b9e 100644 --- a/default.json +++ b/default.json @@ -17,11 +17,6 @@ "matchDatasources": ["maven", "docker"], "allowedVersions": "<5.0" }, - { - "matchDatasources": ["npm"], - "matchPackageNames": ["@leanix/*"], - "minimumReleaseAge": null - }, { "matchManagers": ["github-actions"], "matchPackageNames": ["gradle/*"], diff --git a/renovate-presets/security.json5 b/renovate-presets/security.json5 index 4940883..57d9fd5 100644 --- a/renovate-presets/security.json5 +++ b/renovate-presets/security.json5 @@ -19,6 +19,16 @@ ], "minimumReleaseAge": "5 days" }, + { + "matchDatasources": ["npm"], + "matchPackageNames": ["@leanix/*"], + "minimumReleaseAge": null + }, + { + "matchManagers": ["github-actions"], + "matchPackageNames": ["leanix/*"], + "minimumReleaseAge": null + }, ], vulnerabilityAlerts: {