this post was submitted on 25 Oct 2024
27 points (100.0% liked)

Programming

17266 readers
219 users here now

Welcome to the main community in programming.dev! Feel free to post anything relating to programming here!

Cross posting is strongly encouraged in the instance. If you feel your post or another person's post makes sense in another community cross post into it.

Hope you enjoy the instance!

Rules

Rules

  • Follow the programming.dev instance rules
  • Keep content related to programming in some way
  • If you're posting long videos try to add in some form of tldr for those who don't want to watch videos

Wormhole

Follow the wormhole through a path of communities [email protected]



founded 1 year ago
MODERATORS
 

I'm trying to see how active a project is, but dependabot spam makes it annoying to find actual commits and to know if those commits are relevant.

There's no need for me to know chai was updated from 5.1.1 to 5.1.2, I want to see what were the most recent actual features implemented.

you are viewing a single comment's thread
view the rest of the comments
[โ€“] [email protected] 18 points 18 hours ago (1 children)

You can use git log --author=REGEX_THAT_EXCLUDES_DEPENDABOT ... .

[โ€“] pylapp 2 points 8 hours ago

Nice idea ๐Ÿ‘