torbacz / DependencyUpdated

MIT License
0 stars 1 forks source link

Add grouping to pull request #12

Closed Maggus85 closed 2 months ago

Maggus85 commented 2 months ago

Add grouping to pull request.

Sample configuration

    "Groups": [
      "AS.*",
      "*"
    ]

    First pr will be contains all libs which starts with AS.*
    Second will be constains all other execept those from previous group.

    You can create any number of groups