Skip to content

Commit

Permalink
Group Poetry dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
sbrunner committed Sep 19, 2022
1 parent f56881a commit ff5c46e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/renovate.json5
Original file line number Diff line number Diff line change
Expand Up @@ -34,14 +34,14 @@
matchBaseBranches: ['master'],
matchUpdateTypes: ['major', 'minor', 'pin', 'digest', 'lockFileMaintenance', 'rollback', 'bump'],
enabled: false,
separateMajorMinor: false,
separateMinorPatch: false,
},
/** Group Poetry packages */
{
matchPackageNames: ['poetry', 'poetry-core'],
groupName: 'poetry',
automerge: true,
separateMajorMinor: false,
separateMinorPatch: false,
},
/** No c2cciutils on master branch */
{
Expand Down

0 comments on commit ff5c46e

Please sign in to comment.