diff --git a/.github/renovate.json5 b/.github/renovate.json5 index 30836f32c..578fd3364 100644 --- a/.github/renovate.json5 +++ b/.github/renovate.json5 @@ -66,12 +66,6 @@ versioning: 'regex:^(?\\d+)\\.(?\\d+)\\.(?\\d+)-(?.*)$', matchDepNames: ['node'], }, - /** Automerge the patch, the minor and the dev dependency */ - { - matchBaseBranches: ['/^prod-2-7.*/', '/^prod-2-8.*/', '/^prod-2-9.*/'], - matchUpdateTypes: ['minor', 'patch'], - automerge: true, - }, /** Auto merge the dev dependency update */ { matchDepTypes: ['devDependencies'], @@ -91,7 +85,7 @@ }, /** Accept only the patch on the stabilization branches */ { - matchBaseBranches: ['/^prod-^-7.*/', '/^prod-2-8.*/'], + matchBaseBranches: ['/^prod-^-7.*/', '/^prod-2-8.*/', '/^prod-2-9.*/'], matchUpdateTypes: ['major', 'minor', 'pin', 'digest', 'rollback', 'bump', 'lockFileMaintenance'], enabled: false, },