Skip to content

Commit

Permalink
Renovate: Put the branches 2.9 in maintenance mode
Browse files Browse the repository at this point in the history
  • Loading branch information
sbrunner committed Jan 30, 2025
1 parent 858b532 commit d6c0cc4
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions .github/renovate.json5
Original file line number Diff line number Diff line change
Expand Up @@ -66,12 +66,6 @@
versioning: 'regex:^(?<major>\\d+)\\.(?<minor>\\d+)\\.(?<patch>\\d+)-(?<compatibility>.*)$',
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'],
Expand All @@ -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,
},
Expand Down

0 comments on commit d6c0cc4

Please sign in to comment.