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",