chore(ci): enable Renovate routine version updates (#11789)

This commit is contained in:
César Arroba
2026-07-02 10:34:54 +02:00
committed by GitHub
parent 1f13e1d348
commit 8cd008ba91
+3 -3
View File
@@ -38,7 +38,7 @@
"schedule": [ "schedule": [
"* 22-23,0-5 1 * *" "* 22-23,0-5 1 * *"
], ],
"enabled": false "enabled": true
}, },
{ {
"description": "Minors: 8th of every 3 months, Madrid overnight window (22:00-06:00)", "description": "Minors: 8th of every 3 months, Madrid overnight window (22:00-06:00)",
@@ -48,7 +48,7 @@
"schedule": [ "schedule": [
"* 22-23,0-5 8 */3 *" "* 22-23,0-5 8 */3 *"
], ],
"enabled": false "enabled": true
}, },
{ {
"description": "Majors: 15th of every 3 months, Madrid overnight window", "description": "Majors: 15th of every 3 months, Madrid overnight window",
@@ -58,7 +58,7 @@
"schedule": [ "schedule": [
"* 22-23,0-5 15 */3 *" "* 22-23,0-5 15 */3 *"
], ],
"enabled": false "enabled": true
}, },
{ {
"description": "GitHub Actions - single grouped PR, no changelog, scope=ci", "description": "GitHub Actions - single grouped PR, no changelog, scope=ci",