Skip to content

Commit

Permalink
Separate Poetry dependency in one pull request
Browse files Browse the repository at this point in the history
  • Loading branch information
sbrunner committed Sep 19, 2022
1 parent 9a235ea commit 2186601
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions .github/renovate.json5
Original file line number Diff line number Diff line change
Expand Up @@ -20,11 +20,22 @@
groupName: 'all minor versions',
automerge: true,
},
{
matchUpdateTypes: ['minor'],
groupName: 'all minor versions',
automerge: true,
},
/** Accept only the patch on the stabilization branches */
{
matchBaseBranches: ['master'],
matchUpdateTypes: ['major', 'minor', 'pin', 'digest', 'lockFileMaintenance', 'rollback', 'bump'],
enabled: false,
},
/** Group Poetry packages */
{
matchPackageNames: ['poetry', 'poetry-core'],
groupName: 'poetry',
automerge: true,
},
],
}

0 comments on commit 2186601

Please sign in to comment.