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 bdaa3ac commit 7392173
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion .github/renovate.json5
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,13 @@
matchUpdateTypes: ['major', 'minor', 'pin', 'digest', 'lockFileMaintenance', 'rollback', 'bump'],
enabled: false,
},
/** No c2cciutils on mastr branch */
/** Group Poetry packages */
{
matchPackageNames: ['poetry', 'poetry-core'],
groupName: 'poetry',
automerge: true,
},
/** No c2cciutils on master branch */
{
matchBaseBranches: ['master'],
matchPackagePatterns: ['c2cciutils'],
Expand Down

0 comments on commit 7392173

Please sign in to comment.