-
Notifications
You must be signed in to change notification settings - Fork 2.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
fix(manager/sbt): support more seq constructors #12541
Conversation
Needs a |
Head branch was pushed to by a user without write access
And now the unit tests are failing. So there's more work to be done before this can be merged. |
Head branch was pushed to by a user without write access
At this point, everything passes for me locally. Should have checked from the start, sorry about that! |
🎉 This PR is included in version 30.2.0 🎉 The release is available on:
Your semantic-release bot 📦🚀 |
Changes:
Add List and Stream as alternative patterns for Seq for sbt
Context:
Renovate seems to only recognize Seqs created with Seq(...). Seqs created in other ways, like for example with List(...) or Stream(...) are not matched. This PR also matches those constructors.
That at least plugs some of the list options. There are infinitely many more, but hopefully they are less common. It's not entirely trivial to follow how the document is parsed exactly./
Documentation (please check one with an [x])
How I've tested my work (please tick one)
I have verified these changes via: