matchGroupName
#44536
`matchGroupName`
#44536
Replies: 1 comment
|
Sorry, I didn't realize but this has been suggested already a few times: |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Tell us more.
It would be nice being able to define group settings after they have been defined, like for example setting
minimumGroupSizefor a built-in monorepo group orgroupSingleUpdates.Something like:
{ "extends": "config:recommended", // brings jackson monorepo "packageRules": [ { "matchGroupName": "jackson monorepo", "minimumGroupSize": 5 } ] }From #44529 (reply in thread).
All reactions