home.social

#dependabot — Public Fediverse posts

Live and recent posts from across the Fediverse tagged #dependabot, aggregated by home.social.

fetched live
  1. "Dependabot no longer supports Python version 3.9, which has reached its end-of-life. If you continue to use Python 3.9, there’s a risk that Dependabot will not create pull requests to update dependencies. If this affects you, please update to a supported release of Python."

    github.blog/changelog/2026-06-

    #GitHub #Dependabot #Python #Python39 #EOL

  2. [Перевод] Пакетным менеджерам пора ввести период охлаждения

    Когда злоумышленник получает доступ к учетной записи мейнтейнера или захватывает заброшенный пакет, вредоносная версия может разойтись по тысячам проектов быстрее, чем ее успеют заметить. Один из способов снизить риск — ввести период охлаждения для зависимостей: не устанавливать новую версию пакета сразу после публикации, а ждать несколько дней, пока сообщество и вендоры безопасности успеют отреагировать. Публикуем перевод статьи Эндрю Несбитта о dependency cooldown и о том, как этот подход реализуют разные пакетные менеджеры и инструменты обновления зависимостей: npm, pnpm, Yarn, Bun, Deno, pip, uv, Poetry, Bundler, Cargo, Dependabot, Renovate и другие. Отдельно в материале рассматриваются различия между относительными интервалами и абсолютными датами, проблемы временных меток, исключения для обновлений безопасности и ограничения подхода в разных экосистемах.

    habr.com/ru/companies/codescor

    #пакетные_менеджеры #зависимости #supply_chain_security #open_source #npm #PyPI #RubyGems #Dependabot #Renovate #dependency_cooldown

  3. RE: mastodon.social/@hugovk/116399

    Starting with v8.0.0, Astral switched setup-uv to immutable releases with no floating v8 tags. This is good for security.

    But unfortunately #Dependabot and #Renovate couldn't upgrade from v7 to v8.0.0, and need a manual bump to get back on track. This is not so good for security.

    I posted about this on the three social networks, someone tagged @www.jvt.me and soon after Renovate now supports this! 🎉

    Here's his writeup into the world of #GitHubActions tags:
    jvt.me/posts/2026/04/24/github

  4. After my recent playing around with , I thought I'd take a look at my Github billing report to see how much I'd used. I have, this month, used US$5.80 worth of Copilot ... and US$870 of actions.

    Most of those computrons got burned when pushed branches and then when it created pull requests so that it could whine at me about point releases of stuff like (github.com/cross-platform-acti).

    1/n

  5. 🚨 TeamPCP hijacks Bitwarden CLI in supply chain attack, abusing GitHub Dependabot to deploy Shai-Hulud malware and steal developer secrets, poison AI coding tools.

    Read: hackread.com/teampcp-bitwarden

    #CyberSecurity #TeamPCP #Malware #Bitwarden #GitHub #Dependabot

  6. Do you use astral-sh/setup-uv@v7 in #GitHubActions?

    And it's not hash-pinned?

    And you use #Dependabot or #Renovate?

    The setup-uv project has switched to only Vx.y.z tags, no more Vx or Vx.y.

    But Dependabot and Renovate won't upgrade from Vx to Vx.y.z, so you'll need to manually update to [email protected] to keep up with future updates.

    "To increase security even more we will stop publishing minor tags. You won't be able to use v8 or v8.0 any longer."

    github.com/astral-sh/setup-uv/
    #Python #uv

  7. is #js the next #java applets, some may remember, there were so many viruses and hacks has been happening with #applets around 2000s at the end they drop the applets totally.

    Now having #dependabot or #snyk is like just bringing a new security hole strangely opposite the intention.

    Probably better to not upgrade if all versions are secure and stay there forever 😃

    youtube.com/watch?v=o7NYXvYohYk

  8. ⚠️ Go lib maintainer: GitHub's Dependabot is a 'noise machine'

    「 He argues that dependencies should be updated according to the project's development cycle, not whenever a new version of a package appears. Updating quickly also carries some risk if malicious code has been added to a package. 」

    theregister.com/2026/02/24/git

    #Dependabot #vulnerability #github #opensource #cybersecurity

  9. RE: mastodon.social/@h4ckernews/11

    I have a good story with #dependabot
    I was working with a team that depended totally in #bots #llms #ai stack. So one day checking PRs I noticed a PR that overrides the dependencies of the framework that we used to build an API( #NestJS ) Yeah it was overriding the depends of Nestjs in our repo, I mean the dependencies of the dependencies

    Why?

    They told me that dependabot warnings about it.

    I'm pretty sure the solution came from #chatgpt hahahahaahhaa

  10. Wow, found a great use case for GitHub Copilot. It can help Dependabot finish update bumps that require code changes!

    #github #copilot #dependabot #update #upgrade #ai #migration #pullrequest #automation #developer #code #agents

  11. 🚀 Welcome to 2026, where we're still pretending to care about #open-source #dependency tracking! 🤖 #Dependabot isn't a smart bot, it's just a glorified Ruby script that merely mimics intelligence. 🙄 Let's all pretend we're surprised that the cool features are hidden behind a #paywall. 💸
    nesbitt.io/2026/01/02/how-depe #tracking #techhumor #softwaredevelopment #HackerNews #ngated

  12. Re earlier toot ... as soon as I'd finished dealing with 's PRs, I wanted to use the script to view other peoples' PRs against my code (there are only two that I've not dealt with because I'm a good boy, although one has been festering for 7 years because I'm a bad boy), and then to see all my PRs against other peoples' code that are still open. And so the script got just a teensy bit bigger.

    github.com/DrHyde/shellscripts

  13. RE: fosstodon.org/@DrHyde/11577485

    Arising from this ... overnight, shat approximately 15,000 pull requests at me, all of which I needed to look at. I could have written a small script to parse them all out of my mailbox, but a script that uses 's CLI tool and API is always gonna be more reliable. github.com/DrHyde/shellscripts

    Version 2 might save me having to look at them, by only showing me PRs which touch unexpected files or have test failures, and just auto-merge the rest. Need to look at the API in more depth.

  14. #Dependabot alerted me to a high-severity defect in a transient dependency (the dependency is from Stripe!). The same day a user reported a defect in the system that's apparently been there for quite some time. Both are now fixed in production.

    So that's how my #NYE is going.

  15. FYI: Log4Shell: 4 Years Later, Are You Still Vulnerable? #shorts: When the Log4Shell attack hit, teams scrambled. Older Log4j versions needed manual workarounds. What if a bot could try upgrades and run tests? Teams with test suites stay up-to-date, owning their security. #Log4Shell #security #cybersecurity #Dependabot #vulnerability youtube.com/shorts/IJs6EZgoogk

  16. 🥱 Javascript-moeheid. Kenden jullie die term al? Dat is het gevoel dat optreedt nadat je voor de derde keer in de maand NPM-packages hebt moeten updaten in in hetzelfde project, omdat Dependabot weer met nieuwe alerts kwam.

    Onze collega @tomootes schreef er een blog over:

    developer.overheid.nl/blog/202

    #javascriptfatigue #js #dependabot

  17. #AI #dependabot doing just fine…

    > build(deps): Bump spring-boot.version from 4.0.0 to 4.0.0

    Thing is too stupid to realise I have—on purpose—two different Spring Boot versions in that project. One can't be bumped as its dependencies did not catch up the release train.