Re: [Geometry] Git cleanup

2021-06-04 Thread Gilles Sadowski
Le ven. 4 juin 2021 à 21:57, Benjamin Marwell a écrit : > > > see such brances here: > > https://gitbox.apache.org/repos/asf?p=commons-geometry.git > > but not in any of: > > https://gitbox.apache.org/repos/asf?p=commons-math.git > > > > You need to look here instead: >

Re: [Geometry] Git cleanup

2021-06-04 Thread Benjamin Marwell
> see such brances here: > https://gitbox.apache.org/repos/asf?p=commons-geometry.git > but not in any of: > https://gitbox.apache.org/repos/asf?p=commons-math.git > You need to look here instead: https://github.com/apache/commons-geometry/blob/master/.github/dependabot.yml <- dependabot

Re: [Geometry] Git cleanup

2021-06-04 Thread Gilles Sadowski
Le jeu. 3 juin 2021 à 21:49, Benjamin Marwell a écrit : > > Ah yes, branches are being synced over, of course. ? I see such brances here: https://gitbox.apache.org/repos/asf?p=commons-geometry.git but not in any of: https://gitbox.apache.org/repos/asf?p=commons-math.git

Re: [Geometry] Git cleanup

2021-06-03 Thread Benjamin Marwell
Ah yes, branches are being synced over, of course. On GitHub, just go to the Pull Requests tab and either merge them or close them. There is not much more to it. If you are not a committer, you can safely ignore them. You probably have googled dependabot at this point, but just in case here is

Re: [Geometry] Git cleanup

2021-06-03 Thread Gilles Sadowski
Le jeu. 3 juin 2021 à 19:18, Benjamin Marwell a écrit : > > It's a bot which creates a PR on GitHub for each dependency update. > > You won't see it in the Apache git probably. They are listed as "origin" which is the ASF repository: $ git remote -v github

Re: [Geometry] Git cleanup

2021-06-03 Thread Benjamin Marwell
It's a bot which creates a PR on GitHub for each dependency update. You won't see it in the Apache git probably. You can disable the bot using a config file or exclude some dependencies etc. Most projects use it by now, but often major updates are being closed and manually updated instead. On