chore(ci): disable Renovate patch, minor and major version bumps (#11312)

Co-authored-by: Pablo F.G <pablo.fernandez@prowler.com>
This commit is contained in:
Pablo Fernandez Guerra (PFE)
2026-05-21 15:20:10 +02:00
committed by GitHub
parent 435424a680
commit 4dfa2b9748
+14 -2
View File
@@ -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",