Skip to content

Commit

Permalink
Create a separate group for factory_bot updates
Browse files Browse the repository at this point in the history
There is an issue in the newest release with traits:
thoughtbot/factory_bot_rails#431
thoughtbot/factory_bot#1600

as we use this library in many projects, I suggest to add a separate group for it in the preset until the bug is fixed, so we can continue to merge the non-major dependencies for this week.
  • Loading branch information
andyundso committed Nov 20, 2023
1 parent 38e470c commit fd69318
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions default.json
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,12 @@
"commitMessageAction": "Apply",
"groupName": "all non-patch Rails updates"
},
{
"groupName": "all factory_bot updates",
"matchPackagePatterns": [
"^factory_bot"
]
},
{
"matchManagers": [
"npm"
Expand Down

0 comments on commit fd69318

Please sign in to comment.