Skip to content

Commit

Permalink
Do only patch on stabilisation branches
Browse files Browse the repository at this point in the history
  • Loading branch information
sbrunner committed May 25, 2023
1 parent 97dec93 commit c624203
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/renovate.json5
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,12 @@
groupName: 'all minor versions',
automerge: true,
},
/** Accept only the patch on the stabilization branches */
{
matchBaseBranches: ['/2\\..*/'],
matchUpdateTypes: ['major', 'minor', 'pin', 'digest', 'lockFileMaintenance', 'rollback', 'bump'],
enabled: false,
},
/** Group Poetry packages */
{
matchPackageNames: ['poetry', 'poetry-.*'],
Expand Down

0 comments on commit c624203

Please sign in to comment.