-
Notifications
You must be signed in to change notification settings - Fork 12
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
Investigate options for lowering dependency upgrades noise #192
Labels
Comments
I'd vote for option 3. However, do as you like, this is your project. |
This is getting really annoying: I suggest we ignore the micro updates in dependabot. Or, if there's a way, I'd like to remove myself from getting update notifications... |
rhusar
added a commit
that referenced
this issue
Sep 5, 2022
Fixes #192: Investigate options for lowering dependency upgrades nois…
@belaban OK (back from PTO) - let's go with option 3! Done (might need some fine tuning if this doesn't work just yet). |
thx! |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Problems
The reasons why we want to consume the latest versions are to:
mvn dependency:copy-dependencies -DoutputDirectory=$RHDG_HOME/server/lib -DincludeScope=runtime -DexcludeGroupIds=org.jgroups
method.Options - sorted from worst to best:
Other suggestions? Thoughts?
The text was updated successfully, but these errors were encountered: