Skip to content

Commit

Permalink
Remove factory_bot group
Browse files Browse the repository at this point in the history
I noted that pipelines pass again for internal projects which use `factory_bot`. It seems that the new release v6.4.2 fixed the issues that were introduced with v6.2.0, so I think we can safely remove the separate group from our preset.
  • Loading branch information
andyundso committed Nov 27, 2023
1 parent 71bc79d commit b701b8b
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions default.json
Original file line number Diff line number Diff line change
Expand Up @@ -68,12 +68,6 @@
"commitMessageAction": "Apply",
"groupName": "all non-patch Rails updates"
},
{
"groupName": "all factory_bot updates",
"matchPackagePatterns": [
"^factory_bot"
]
},
{
"groupName": "all non-patch vite updates",
"matchUpdateTypes": ["major", "minor"],
Expand Down

0 comments on commit b701b8b

Please sign in to comment.