-
Notifications
You must be signed in to change notification settings - Fork 39
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
Drop unused Palantir {assertj,baseline}-error-prone
dependencies
#367
Conversation
.renovaterc.json
Outdated
@@ -10,8 +10,7 @@ | |||
}, | |||
{ | |||
"matchPackagePatterns": [ | |||
"^com\\.palantir\\.baseline:baseline-error-prone$", | |||
"^ruby\/setup-ruby$" | |||
"^ruby/setup-ruby$" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Shouldn't we escape the /
?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
You are absolutely right, don't know how I changed that 🤔. Fixed it :D.
327e649
to
fd65439
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Rebased and added one commit.
Suggested commit message:
Drop unused Palantir `{assertj,baseline}-error-prone` dependencies (#367)
.renovaterc.json
Outdated
@@ -10,7 +10,6 @@ | |||
}, | |||
{ | |||
"matchPackagePatterns": [ | |||
"^com\\.palantir\\.baseline:baseline-error-prone$", | |||
"^ruby\/setup-ruby$" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Given that the removed like worked:
"^ruby\/setup-ruby$" | |
"^ruby\\/setup-ruby$" |
com.palantir.{assertj-automation,baseline}
dependencies{assertj,baseline}-error-prone
dependencies
For a while now we have not been able to upgrade the Palantir baseline dependency. We got no response on a ticket @Stephan202 created upstream palantir/gradle-baseline#2362.
In addition to that, we didn't use the dependency yet. We discussed offline to drop the dependency for now.
Merging this will close #172.
There are two other mentions of Palantir's repositories, but I feel they are still valid and should stay.