From 8cd008ba91cabc4bee2dca525583ca5c031e64fc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?C=C3=A9sar=20Arroba?= <19954079+cesararroba@users.noreply.github.com> Date: Thu, 2 Jul 2026 10:34:54 +0200 Subject: [PATCH] chore(ci): enable Renovate routine version updates (#11789) --- .github/renovate.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/renovate.json b/.github/renovate.json index be910a7f4e..d75f34620d 100644 --- a/.github/renovate.json +++ b/.github/renovate.json @@ -38,7 +38,7 @@ "schedule": [ "* 22-23,0-5 1 * *" ], - "enabled": false + "enabled": true }, { "description": "Minors: 8th of every 3 months, Madrid overnight window (22:00-06:00)", @@ -48,7 +48,7 @@ "schedule": [ "* 22-23,0-5 8 */3 *" ], - "enabled": false + "enabled": true }, { "description": "Majors: 15th of every 3 months, Madrid overnight window", @@ -58,7 +58,7 @@ "schedule": [ "* 22-23,0-5 15 */3 *" ], - "enabled": false + "enabled": true }, { "description": "GitHub Actions - single grouped PR, no changelog, scope=ci",