[
https://issues.apache.org/jira/browse/GEOMETRY-104?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17244776#comment-17244776
]
Alex Herbert commented on GEOMETRY-104:
---------------------------------------
Dependabot is automating something you can do with the {{mvn versions}}
command, for example using:
{noformat}
mvn versions:display-dependency-updates -U
mvn versions:display-plugin-updates -U
{noformat}
This is something I do periodically and especially before a release.
Continuously updating during the development lifecycle when you do not require
new features does not add value. However including bug fixes from dependencies
is worthwhile, especially if they fix part of the build that currently is done
using a workaround.
Feel free to try out dependabot. Geometry has no runtime dependencies other
than Numbers. So you will just be configuring to update your build tools. Each
dependabot PR should have a link to the effects of the update, for example
improvements or bug fixes. You can always just ignore them unless you see it
highlight something you deem useful.
> Add Dependabot config file
> --------------------------
>
> Key: GEOMETRY-104
> URL: https://issues.apache.org/jira/browse/GEOMETRY-104
> Project: Apache Commons Geometry
> Issue Type: Improvement
> Reporter: Arturo Bernal
> Priority: Major
>
> The idea is Add Dependabot config file in oder to auto update the libs
--
This message was sent by Atlassian Jira
(v8.3.4#803005)