From 4dfa2b97483210546b0fe3708d639e87c71a8710 Mon Sep 17 00:00:00 2001 From: "Pablo Fernandez Guerra (PFE)" <148432447+pfe-nazaries@users.noreply.github.com> Date: Thu, 21 May 2026 15:20:10 +0200 Subject: [PATCH] chore(ci): disable Renovate patch, minor and major version bumps (#11312) Co-authored-by: Pablo F.G --- .github/renovate.json | 16 ++++++++++++++-- 1 file changed, 14 insertions(+), 2 deletions(-) diff --git a/.github/renovate.json b/.github/renovate.json index 7d3d295024..be910a7f4e 100644 --- a/.github/renovate.json +++ b/.github/renovate.json @@ -30,6 +30,16 @@ "minimumReleaseAge": "7 days", "rangeStrategy": "pin", "packageRules": [ + { + "description": "Patches: 1st of every month, Madrid overnight window (22:00-06:00)", + "matchUpdateTypes": [ + "patch" + ], + "schedule": [ + "* 22-23,0-5 1 * *" + ], + "enabled": false + }, { "description": "Minors: 8th of every 3 months, Madrid overnight window (22:00-06:00)", "matchUpdateTypes": [ @@ -37,7 +47,8 @@ ], "schedule": [ "* 22-23,0-5 8 */3 *" - ] + ], + "enabled": false }, { "description": "Majors: 15th of every 3 months, Madrid overnight window", @@ -46,7 +57,8 @@ ], "schedule": [ "* 22-23,0-5 15 */3 *" - ] + ], + "enabled": false }, { "description": "GitHub Actions - single grouped PR, no changelog, scope=ci",