home.social

#renovate — Public Fediverse posts

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

fetched live
  1. The fun side of self-hosting my GitHub Actions runners for private projects (and thus on private repos) is that I now have nearly 60+ pending pods after doing some Renovate fixes and upgrades

    #home-lab #Renovate #GitHub #self-hosting #HomeLab #SelfHosting

  2. How did only learn about #Renovate last week?! I’m blown away. It’s so much better than dependabot in every way.

    Not to mention it’s super simple to set up on my self-hosted #Forgejo instance too!

    Amazing tool!

    docs.renovatebot.com/

  3. The moment you realize that Oracles latest changes to the #jdk release cadence (see blogs.oracle.com/java/transiti which permanently introduces a fourth version part) is not compatible with #Renovate that expects exactly three parts... Probably need to push a PR that ignores the second part which, currently, is always zero? 🤔

  4. Announcing some improvements to renovate-pretty-log-tui

    Shipping some large changes to my local tooling for interacting with Renovate debug logs.

    fed.brid.gy/r/https://www.jvt.

  5. In case you are wondering why under #NPM v12 the #renovate PRs are failing for root dependencies with an EALLOWREMOTE error: github.com/npm/cli/issues/9800

    I see this problem with projects that depend on @aws-cdk/cloud-assembly-schema for example.

    #AWS

  6. My current company has settled on using #Gradle. It doesn’t make me very happy, but you need to learn to work with constraints.

    This week, I worked on improvements to a new project and set up #Renovate However, I quickly noticed that merges of new dependency versions failed the build. Here’s the full story on why, and how I fixed the issue.

    blog.frankel.ch/gradle-metadat

  7. ⚙️ mogenius/renovate-operator

    Operator to streamline renovate executions in Kubernetes

    Manages Renovate dependency updates in Kubernetes with CRD-based scheduling, parallel execution, and a built-in UI

    ⭐ Stars: 521
    📅 Last Update: Jul 31, 2026

    github.com/mogenius/renovate-o

    #selfhosted #homelab #selfhost #selfhosting #opensource #kubernetes #renovate

  8. Gnah - debugging why #forgejo doesn't send me emails for pull requests done by renovate

    Turns out #renovate runs as my user and of course it doesn't send emails for actions that I trigger myself!!

    🤦‍♂️

  9. @britter If you want to use #Codeberg's hosted #WoodpeckerCI for #Renovate, feel free to copy a pipeline definition from me, e.g. codeberg.org/mathisdt/trackwor

    You'll need some more configuration in #Woodpecker CI for it to run, from the top of my head:
    - a cron entry named "renovate" (like the step)
    - the secrets RENOVATE_TOKEN (a Codeberg token which has write access, this is used to create PRs) and GITHUB_COM_TOKEN (used by Renovate for querying for current versions on Github AFAIR)

  10. Someone else doing infrastructure as code at home or so? I forked an k8s based tool to only require docker/podman to run renovate against local forges like @forgejo

    git.h.oluflorenzen.de/finkregh
    #selfhosted #renovate #forgejo @homelab

  11. [Перевод] Защита CI/CD в open source-проекте, часть 3: учётные данные, верификация и что дальше

    Команда VK Cloud перевела заключительную часть цикла Cilium про защиту цепочки поставок. Часть 1 была про контроль доступа, часть 2 — про укрепление зависимостей. Эта же часть о том, как изолировать секреты CI и продакшена за разными окружениями GitHub, подписывать каждый релиз без долгоживущих ключей через Sigstore Cosign, и какие пробелы безопасности остаются открытыми. Отдельно — разбор дорожной карты безопасности GitHub Actions на 2026 год и того, как платформенные изменения соотносятся с уже выстроенными контролями. Полезно DevOps- и SRE-инженерам, специалистам по безопасности и мейнтейнерам OSS-проектов.

    habr.com/ru/companies/vktech/a

    #vk_cloud #ci_cd #supply_chain #защита_зависимостей #open_source #управление_зависимостями #github_actions #renovate #sha_pinning

  12. Just found out that #Renovate's "lockfile maintenance" does not enforce its own "minimumReleaseAge"... You have to set it in you package manager so it does not try to pull recent dependencies -_-

  13. Renovate Bot broke prod with a lodash patch bump. Not the tool's fault — it was our config. Here's how to automate dependency updates without the 3-week post-mortem. #DevSecOps #Renovate

    valtersit.com/guides/automatio

  14. [Перевод] Защита CI/CD для open source-проекта: запираем зависимости

    Команда VK Cloud перевела второй пост из серии трёх частей о том, как Cilium укрепляет свой CI/CD-конвейер. Первая часть рассказывала про управление доступом: кто может запускать сборки и какой CI-код разрешено исполнять. Этот пост про уровень зависимостей: какой код эти сборки подтягивают и как мы убеждаемся, что его не подделали.

    habr.com/ru/companies/vktech/a

    #vk_cloud #supply_chain #защита_зависимостей #open_source #управление_зависимостями #github_actions #renovate #sha_pinning #kubernetes #k8s

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

    Когда злоумышленник получает доступ к учетной записи мейнтейнера или захватывает заброшенный пакет, вредоносная версия может разойтись по тысячам проектов быстрее, чем ее успеют заметить. Один из способов снизить риск — ввести период охлаждения для зависимостей: не устанавливать новую версию пакета сразу после публикации, а ждать несколько дней, пока сообщество и вендоры безопасности успеют отреагировать. Публикуем перевод статьи Эндрю Несбитта о 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

  16. 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

  17. Configuring Renovate to only suggest updates that match your go directive.

    How to make sure that Renovate's updates to Go modules keep you within the minor version of your `go` directive.

    fed.brid.gy/r/https://www.jvt.

  18. I'm on Fallthrough: No Country for Old Maintainers

    Announcing my appearance as a co-host on Fallthrough, talking about a mix of current affairs, including OAuth, maintainer burnout, of course some AI and more.

    fed.brid.gy/r/https://www.jvt.

  19. A deep dive into the wild world of GitHub Actions' tagging formats

    Inside the ways that GitHub Actions' versioning works, and how we improved Renovate's support.

    fed.brid.gy/r/https://www.jvt.

  20. I'm on Fallthrough: Supply Chain Reaction

    Announcing my appearance as a guest co-host on Fallthrough, talking about supply chain security, AI, Claude Mythos, and many more topics.

    fed.brid.gy/r/https://www.jvt.

  21. mogenius/renovate-operator: Operator to streamline renovate executions in Kubernetes

    "Run Renovate on your own infrastructure with CRD-based scheduling, parallel execution, auto-discovery, and a built-in UI."

    Link: github.com/mogenius/renovate-o

    #linkdump #dependencies #development #kubernetes #renovate #tool

  22. 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