Hi Matt, On Sun, 9 Oct 2022 at 18:27, Matt Sicker <boa...@gmail.com> wrote: > > (...) This is more of a universal sorting issue than just the GitHub UI > (think git itself, or gitbox, or any external tooling).
You are right, I tried the git executable, Eclipse and GitHub and they all seem to use lexicographic order in the C locale. The only differences are: * git sorts `2.12.x > 2.3.x > 2.x` as expected, * Eclipse (JGit?) uses `2.3.x > 2.12.x > 2.x`, * GitHub sorts numerical as `2.x > 2.3.x > 2.12.x`. Anyway we should use names that are ordered before all the `dependabot` branches: e.g. let them start with a capital letter. Piotr