Skip to content

Commit

Permalink
Reactivate patch and minor groups in Renovate
Browse files Browse the repository at this point in the history
  • Loading branch information
sbrunner committed Oct 9, 2023
1 parent fc7d927 commit ace7909
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 @@ -61,7 +61,7 @@
automerge: true,
},
/** Group the patch and the minor */
/**{
{
matchUpdateTypes: ['patch'],
groupName: 'all patch versions',
automerge: true,
Expand All @@ -70,7 +70,7 @@
matchUpdateTypes: ['minor'],
groupName: 'all minor versions',
automerge: true,
},*/
},
/** Group Poetry packages */
{
matchPackageNames: ['poetry', 'pip'],
Expand Down

0 comments on commit ace7909

Please sign in to comment.