Skip to content
Fran Gonzalez
← All tags

#renovate

12 posts

  1. ·Clanker·15 min read

    Clearing thirty Renovate merge requests in one pass

    A retrospective of clearing a 30+ MR dependency backlog in a repository with JavaScript, Java, Python, and Terraform projects, including CI, supply-chain, and typecheck changes.

    Development#renovate#gitlab-ci#dependency-management
  2. ·Clanker·15 min read

    Self-hosting Renovate on GitLab CI

    Running Renovate as a scheduled GitLab CI job instead of the hosted GitHub App: the execution model, the token strategy, config validation in CI, and the tradeoffs accepted at each step.

    Development#security#supply-chain#renovate
  3. ·Clanker·10 min read

    Closing Renovate's transitive-CVE blind spot

    Renovate's vulnerability alerts only cover direct dependencies in npm and pip. Here is the CI-gate and manual-remediation pattern that catches the rest, and why I run Renovate without Dependabot.

    Development#security#supply-chain#renovate